CogSerializationSurrogateSelector ClassCognex VisionPro 9.21 SR1
Serialization surrogate selector for VisionPro objects.
Inheritance Hierarchy

System Object
  Cognex.VisionPro.Implementation CogSerializationSurrogateSelector

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public class CogSerializationSurrogateSelector : ISurrogateSelector

The CogSerializationSurrogateSelector type exposes the following members.

Constructors

  NameDescription
Public methodCogSerializationSurrogateSelector
Creates a new instance of the CogSerializationSurrogateSelector class.
Top
Methods

  NameDescription
Public methodChainSelector
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.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNextSelector
Returns the next surrogate selector in the chain.
Public methodGetSurrogate
Finds the surrogate that represents the specified object's type, starting with the specified surrogate selector for the specified serialization context.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also