ObjectBase ClassCognex VisionPro 9.20

This is the base class for non-shareable Vision classes. This class provides support for the IObject interface.

Inheritance Hierarchy

System Object
  Cognex.Vision ObjectBase
    Cognex.Vision Serializer

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public abstract class ObjectBase : IObject

The ObjectBase type exposes the following members.

Constructors

  NameDescription
Protected methodObjectBase
Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(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
Returns the hash code of this object.
(Overrides Object GetHashCode .)
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
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two ObjectBase objects.
Public operatorStatic memberInequality
Compares the inequality of two ObjectBase objects.
Top
Properties

  NameDescription
Public propertyHandle
Top
See Also