Implements the GetObjectData method of the ISerializable interface.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
protected virtual void GetObjectData(
SerializationInfo info,
StreamingContext context
)
protected virtual void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Protected Overridable Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Protected Overridable Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
protected:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
)
protected:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.Serialization SerializationInfo
The object that holds the serialized object data.
- context
- Type: System.Runtime.Serialization StreamingContext
The contextual information about the SerializationInfo.