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: