CounterCreationDataCollection Class
Provides a strongly typed collection of CounterCreationData objects.
Inheritance Hierarchy
-
System.Collections.CollectionBase
- System.Diagnostics.CounterCreationDataCollection
Namespace: System.DiagnosticsAssembly: System in (System.dll)
Syntax
public class CounterCreationDataCollection : CollectionBase
The CounterCreationDataCollection type exposes the following members.
Constructors
Class | Summary | |
---|---|---|
![]() |
CounterCreationDataCollection(CounterCreationData[]) |
Initializes a new instance of the CounterCreationDataCollection class, using the specified array of CounterCreationData instances.
|
![]() |
CounterCreationDataCollection(CounterCreationDataCollection) |
Initializes a new instance of the CounterCreationDataCollection class, using the specified collection of CounterCreationData instances.
|
![]() |
CounterCreationDataCollection() |
Initializes a new instance of the CounterCreationDataCollection class, with no associated CounterCreationData instances.
|
Methods
Name | Summary | |
---|---|---|
![]() |
Add(CounterCreationData) |
Adds an instance of the CounterCreationData class to the collection.
|
![]() |
AddRange(CounterCreationDataCollection) |
Adds a collection of CounterCreationData instances to the collection.
|
![]() |
AddRange(CounterCreationData[]) |
Adds an array of CounterCreationData instances to the collection.
|
![]() |
Contains(CounterCreationData) |
Determines whether a CounterCreationData instance exists in the collection.
|
![]() |
CopyTo(CounterCreationData[], Int32) |
Copies the elements of the CounterCreationData to an array, starting at the specified index of the array.
|
![]() |
IndexOf(CounterCreationData) |
Returns the index of a CounterCreationData in the collection.
|
![]() |
Insert(Int32, CounterCreationData) |
Inserts a CounterCreationData into the collection, at the specified index.
|
![]() |
Remove(CounterCreationData) |
Removes a CounterCreationData from the collection.
|
Properties
Name | Summary | |
---|---|---|
![]() |
Item(Int32) |
Indexes the CounterCreationData collection.
|