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.

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:
© 2017 Microsoft