InstanceDataCollection::CopyTo Method (array<InstanceData^>^, Int32)
.NET Framework (current version)
Copies the items in the collection to the specified one-dimensional array at the specified index.
Assembly: System (in System.dll)
Parameters
- instances
-
Type:
array<System.Diagnostics::InstanceData^>^
The one-dimensional Array that is the destination of the values copied from the collection.
- index
-
Type:
System::Int32
The zero-based index value at which to add the new instances.
The following code example uses the CopyTo method to convert an InstanceDataCollection into an array of InstanceData objects. The values of the InstanceName and Sample properties of each element of the array are passed to a function for further processing.
.NET Framework
Available since 1.1
Available since 1.1
Show: