CogDLRuntime GetObjectData Method Cognex VisionPro 9.25 SR1
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: 93.1.0.0 (93.1.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