This is the base class for shareable OMX classes. This class provides the ability of a class to supply a shared pointer to itself, and adds support for the IObject interface.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision CancelToken
Cognex.Vision ChangedEventShareableBase
Cognex.Vision Font
Cognex.Vision FontFamily
Cognex.Vision Image16Root
Cognex.Vision Image8Root
Cognex.Vision.Implementation ChangedEventSuspender
Cognex.Vision.Implementation.Internal GeneralContourEllipticalArcSegmentIterator
Cognex.Vision.Implementation.Internal GeneralContourLineSegmentIterator
Cognex.Vision.Implementation.Internal GeneralContourSegmentIterator
Cognex.Vision.Implementation.Internal Image16PixelMemory
Cognex.Vision.Implementation.Internal Image8PixelMemory
Cognex.Vision.Implementation RunStatus
Cognex.Vision.LineMax.Implementation LineMaxResultBase
Cognex.Vision.LineMax LineMaxEdgePoint
Cognex.Vision.Meta FakePropertyMeta
Cognex.Vision.Meta MethodMeta
Cognex.Vision.Meta ParameterMeta
Cognex.Vision.Meta PropertyMeta
Cognex.Vision.Meta TypeMeta
Cognex.Vision RecordDisplayMethod
Cognex.Vision.SmartLine SmartLineResult
Cognex.Vision.SmartLine SmartLineVerificationResult
Cognex.Vision Vect2
Cognex.Vision.ViDiEL ClassifyClassItem
Cognex.Vision.ViDiEL ClassifyClassResult
Cognex.Vision.ViDiEL ClassifyImageItem
Cognex.Vision.ViDiEL ClassifyImageResult
Cognex.Vision.ViDiEL ClassifyResult
Cognex.Vision.ViDiEL ClassifyTrainItem
Cognex.Vision.ViDiEL ClassifyTrainResult
Cognex.Vision.ViDiEL.Implementation.Internal.TestHelpers TestHelper
Cognex.Vision.ViDiEL OCRCharacterClassResult
Cognex.Vision.ViDiEL OCRCharacterResult
Cognex.Vision.ViDiEL OCRLine
Cognex.Vision.ViDiEL OCRResult
Cognex.Vision.ViDiEL OCRTrainingResult
Cognex.Vision.ViDiEL SegmentResult
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
The ShareableBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ShareableBase |
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.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this 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 ShareableBase objects. | |
| Inequality | Compares the inequality of two ShareableBase objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle |
See Also