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.

InstanceDataCollectionCollection::CopyTo Method (array<InstanceDataCollection^>^, Int32)

 

Copies an array of InstanceDataCollection instances to the collection, at the specified index.

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

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

Parameters

counters
Type: array<System.Diagnostics::InstanceDataCollection^>^

An array of InstanceDataCollection instances (identified by the counters they contain) to add to the collection.

index
Type: System::Int32

The location at which to add the new instances.

The following code example uses the CopyTo method to convert an InstanceDataCollectionCollection into an array of InstanceDataCollection objects. Each element of the InstanceDataCollection array is passed to a function for further processing.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft