Retrieves an object from a series of 1 GiB arrays in the SerializationInfo
This is useful in serialization constructors when large objects need to be retrieved
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- info
- Type: System.Runtime.Serialization SerializationInfo
Reference to the SerializationInfo from the constructor
- keyPrefix
- Type: System String
Base name to use for the keys in the SerializationInfo
See Also