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::Item Property (Int32)

 

Gets an index for iterating over the set of process modules.

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

public:
property ProcessModule^ default[
	int index
] {
	ProcessModule^ get(int index);
}

Parameters

index
Type: System::Int32

The zero-based index value of the module in the collection.

Property Value

Type: System.Diagnostics::ProcessModule^

A ProcessModule that indexes the modules in the collection

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft