CogSerializableObjectBase GetObjectData Method Cognex VisionPro 9.5
Implements the GetObjectData method of the ISerializable interface.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

protected virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization SerializationInfo
SerializationInfo to which serialization data must be added.
context
Type: System.Runtime.Serialization StreamingContext
StreamingContext that indicates the intent of the current serialization operation.
See Also