Get the assembly version for this.GetType() as recorded in the 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 <, >, etc.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.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