This is the base class for non-shareable Vision classes. This class provides support for the IObject interface.
Inheritance Hierarchy
Cognex.Vision ObjectBase
Cognex.Vision Serializer
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
The ObjectBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ObjectBase |
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides Object Equals(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 | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two ObjectBase objects. | |
| Inequality | Compares the inequality of two ObjectBase objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle |
See Also