The properties of System.Diagnostics.ProcessModule are listed below. For a list of all members, see the ProcessModule Members list.
See Also: Inherited members from System.ComponentModel.Component
[read-only] | BaseAddress | IntPtr.
Gets the memory address where the module was loaded. |
[read-only] | EntryPointAddress | IntPtr.
Gets the memory address for the function that runs when the system loads and runs the module. |
[read-only] | FileName | string.
Gets the full path to the module. |
[read-only] | FileVersionInfo | FileVersionInfo.
Gets version information about the module. |
[read-only] | ModuleMemorySize | int.
Gets the amount of memory that is required to load the module. |
[read-only] | ModuleName | string.
Gets the name of the process module. |