ProcessModuleCollection::CopyTo Method (array<ProcessModule^>^, Int32)

 

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

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

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

Parameters

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

An array of ProcessModule 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: