ShareableBase ClassCognex VisionPro 9.10

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

System Object
  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.Meta FakePropertyMeta
    Cognex.Vision.Meta MethodMeta
    Cognex.Vision.Meta ParameterMeta
    Cognex.Vision.Meta PropertyMeta
    Cognex.Vision.Meta TypeMeta
    Cognex.Vision RecordDisplayMethod
    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 SegmentResult

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

public abstract class ShareableBase : IObject

The ShareableBase type exposes the following members.

Constructors

  NameDescription
Protected methodShareableBase
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.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this 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 ShareableBase objects.
Public operatorStatic memberInequality
Compares the inequality of two ShareableBase objects.
Top
Properties

  NameDescription
Public propertyHandle
Top
See Also