InstanceDataCollectionCollection::CopyTo Method (array<InstanceDataCollection^>^, Int32)
.NET Framework (current version)
Copies an array of InstanceDataCollection instances to the collection, at the specified index.
Assembly: System (in System.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: