CogSerializableComponentBase GetArchivedAssemblyVersion Method Cognex VisionPro 9.8 SR1
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.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

protected static Version GetArchivedAssemblyVersion(
	SerializationInfo info
)

Return Value

Type: Version
Version of the current type's assembly that created the given archive.
Remarks

Caution: Do not use this property during deserialization because the value of this property is undefined.
See Also