System.Diagnostics.ProcessModule: Property Members

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

Public Properties

[read-only]
BaseAddressIntPtr.

Gets the memory address where the module was loaded.

[read-only]
EntryPointAddressIntPtr.

Gets the memory address for the function that runs when the system loads and runs the module.

[read-only]
FileNamestring.

Gets the full path to the module.

[read-only]
FileVersionInfoFileVersionInfo.

Gets version information about the module.

[read-only]
ModuleMemorySizeint.

Gets the amount of memory that is required to load the module.

[read-only]
ModuleNamestring.

Gets the name of the process module.