CounterCreationDataCollection::CopyTo Method (array<CounterCreationData^>^, Int32)
.NET Framework (current version)
Copies the elements of the CounterCreationData to an array, starting at the specified index of the array.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
array<System.Diagnostics::CounterCreationData^>^
An array of CounterCreationData instances to add to the collection.
- index
-
Type:
System::Int32
The location at which to add the new instances.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | index is less than 0. |
| ArgumentException | The number of elements in the CounterCreationDataCollection is greater than the available space from index to the end of the destination array. |
.NET Framework
Available since 1.1
Available since 1.1
Show: