Populates the object using the information in the SerializationInfo.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
Parameters
- obj
- Type: System Object
The object to populate.
- info
- Type: System.Runtime.Serialization SerializationInfo
The information to populate the object.
- context
- Type: System.Runtime.Serialization StreamingContext
The source from which the object is deserialized.
- nonVisionProBase
- Type: System Type
A base class of "obj" which has it's own, non-visionpro serialization implementation. SetObjectData() will not deserialize the private members of this base class.
Return Value
Type: ObjectThe populated deserialized object.
See Also