Process.MainModule Property
Gets the main module for the associated process.
Assembly: System (in System.dll)
Property Value
Type: System.Diagnostics.ProcessModuleThe ProcessModule that was used to start the process.
| Exception | Condition |
|---|---|
| NotSupportedException | You are trying to access the MainModule property for a process that is running on a remote computer. This property is available only for processes that are running on the local computer. |
| PlatformNotSupportedException | The platform is Windows 98 or Windows Millennium Edition (Windows Me); set ProcessStartInfo.UseShellExecute to false to access this property on Windows 98 and Windows Me. |
| InvalidOperationException | The process Id is not available. -or- The process has exited. |
A process module represents a.dll or .exe file that is loaded into a particular process. The MainModule property lets you view information about the executable used to start the process, including the module name, file name, and module memory details.
Windows 98, Windows Millennium Edition Platform Note: This property is not available on this platform if you started the process with ProcessStartInfo.UseShellExecute set to true.
- LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.