CollectionOfMethodMetaPtr ClassCognex VisionPro 9.21 SR1
Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.Meta.Implementation CollectionOfMethodMetaPtr
        Cognex.Vision.Meta MethodMetaCollection

Namespace: Cognex.Vision.Meta.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public abstract class CollectionOfMethodMetaPtr : ChangedEventShareableBase, 
	IReadOnlyCollection, IReadOnlyList, IEnumerable<MethodMeta>, IEnumerable, 
	IReadOnlyCollection, ICollection, IList<MethodMeta>, ICollection<MethodMeta>, 
	ICollectionEvents

The CollectionOfMethodMetaPtr type exposes the following members.

Constructors

  NameDescription
Protected methodCollectionOfMethodMetaPtr
Top
Methods

  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals
Compares the equality of this object with another.
(Inherited from ChangedEventShareableBase.)
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 methodGetEnumerator
Public methodGetHashCode
Returns the hash code of this object.
(Inherited from ChangedEventShareableBase.)
Public methodGetItem
Get the item at the specified index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta
Get the description of the object type.
(Overrides ShareableBase GetTypeMeta .)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Public methodRemove
Public methodRemoveAt
Public methodReserve
Public methodResumeAndRaiseChangedEvent (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodsetItem
Public methodSuspendChangedEvent (Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString
Converts this object to a string representation.
(Overrides Object ToString .)
Top
Fields

  NameDescription
Public fieldStatic memberSfCount
Public fieldStatic memberSfItem
Top
Properties

  NameDescription
Public propertyCapacity
Public propertyChangedEventSuspended (Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyCount
Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyIsReadOnly
Public propertyItem
Top
Events

  NameDescription
Public eventChanged (Overrides ChangedEventShareableBase Changed.)
Public eventCleared
Public eventClearing
Public eventInsertedItem
Public eventInsertingItem
Public eventMovedItem
Public eventMovingItem
Public eventRemovedItem
Public eventRemovingItem
Public eventReplacedItem
Public eventReplacingItem
Top
See Also