CogDLRuntime GetObjectData Method Cognex VisionPro 9.24
Save the state of this CogDLRuntime object to the supplied SerializationInfo object.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

protected override void GetObjectData(
	SerializationInfo info,
	StreamingContext ctxt
)

Parameters

info
Type: System.Runtime.Serialization SerializationInfo
The standard SerializationInfo argument.
ctxt
Type: System.Runtime.Serialization StreamingContext
The standard StreamingContext argument.
See Also