Serialization surrogate selector for VisionPro objects.
Inheritance Hierarchy
Cognex.VisionPro.Implementation CogSerializationSurrogateSelector
Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
The CogSerializationSurrogateSelector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogSerializationSurrogateSelector |
Creates a new instance of the CogSerializationSurrogateSelector
class.
|
Methods
| Name | Description | |
|---|---|---|
| ChainSelector |
Specifies the next ISurrogateSelector for surrogates to examine if the current instance does not have a surrogate for the specified type and assembly in the specified context.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetNextSelector |
Returns the next surrogate selector in the chain.
| |
| GetSurrogate |
Finds the surrogate that represents the specified object's type,
starting with the specified surrogate selector for the specified
serialization context.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also