Gets the version of the assembly containing this object's type
that created the given archive. It may be useful for objects to
detect old archived versions of themselves, and manually
depersist the old archives in a specialized way. Note that
the returned Version object can be compared to fixed versions
with its operator overloads for less than, equal to, etc.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Parameters
- info
- Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo containing the archived data.
Return Value
Type: VersionVersion of the current type's assembly that created the given archive.
Remarks
See Also