In The Hand LtdIn The Hand
GetModules Method (p)
NamespacesInTheHand.DiagnosticsProcessHelperGetModules(Process)
.NET Components for Mobility
Gets the modules that have been loaded by the associated process.
Declaration Syntax
C#Visual Basic
public static ReadOnlyCollection<ProcessModule> GetModules(
	Process p
)
Public Shared Function GetModules ( _
	p As Process _
) As ReadOnlyCollection(Of ProcessModule)
Parameters
p (Process)
The Process.
Return Value
An array of type ProcessModule that represents the modules that have been loaded by the associated process.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0