Gets the modules that have been loaded by the associated process.
| C# | Visual Basic |
public static ReadOnlyCollection<ProcessModule> GetModules( Process p )
Public Shared Function GetModules ( _ p As Process _ ) As ReadOnlyCollection(Of ProcessModule)
- p (Process)
- The Process.
An array of type ProcessModule that represents the modules that have been loaded by the associated process.