Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CounterCreationDataCollection::CopyTo Method (array<CounterCreationData^>^, Int32)

 

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

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
void CopyTo(
	array<CounterCreationData^>^ array,
	int index
)

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
Return to top
Show:
© 2017 Microsoft