ProcessThreadCollection::CopyTo Method (array<ProcessThread^>^, Int32)

 

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

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

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

Parameters

array
Type: array<System.Diagnostics::ProcessThread^>^

An array of ProcessThread instances to add to the collection.

index
Type: System::Int32

The location at which to add the new instances.

.NET Framework
Available since 1.1
Return to top
Show: