Click or drag to resize

PluginCommandCollection Class

Defines a read-only collection of PluginCommand objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionPluginCommand
    CompreDriveSDK.PluginsPluginCommandCollection

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public class PluginCommandCollection : ReadOnlyCollection<PluginCommand>

The PluginCommandCollection type exposes the following members.

Constructors
 NameDescription
Public methodPluginCommandCollection Initializes a new instance of the PluginCommandCollection class.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionPluginCommand)
Public propertyStatic memberEmpty Gets a new empty PluginCommandCollection object.
Public propertyItemGets the element at the specified index.
(Inherited from ReadOnlyCollectionPluginCommand)
Protected propertyItemsReturns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionPluginCommand)
Top
Methods
 NameDescription
Public methodContainsDetermines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionPluginCommand)
Public methodCopyToCopies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionPluginCommand)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionPluginCommand)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionPluginCommand)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also