System.Diagnostics.CounterCreationDataCollection: Method Members

The methods of System.Diagnostics.CounterCreationDataCollection are listed below. For a list of all members, see the CounterCreationDataCollection Members list.

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(CounterCreationData) : int

Adds an instance of the System.Diagnostics.CounterCreationData class to the collection.

AddRange(CounterCreationData[])

Adds the specified array of System.Diagnostics.CounterCreationData instances to the collection.

AddRange(CounterCreationDataCollection)

Adds the specified collection of System.Diagnostics.CounterCreationData instances to the collection.

Contains(CounterCreationData) : bool

Determines whether a System.Diagnostics.CounterCreationData instance exists in the collection.

CopyTo(CounterCreationData[], int)

Copies the elements of the System.Diagnostics.CounterCreationData to an array, starting at the specified index of the array.

IndexOf(CounterCreationData) : int

Returns the index of a System.Diagnostics.CounterCreationData object in the collection.

Insert(int, CounterCreationData)

Inserts a System.Diagnostics.CounterCreationData object into the collection, at the specified index.

Remove(CounterCreationData)

Removes a System.Diagnostics.CounterCreationData object from the collection.

Protected Methods

override
OnInsert(int, object)
Documentation for this section has not yet been entered.
override
OnValidate(object)

Checks the specified object to determine whether it is a valid System.Diagnostics.CounterCreationData type.