The properties of the ProcessModule class are listed below. For a complete list of ProcessModule class members, see the ProcessModule Members topic.
BaseAddress | Returns the memory address that the module was loaded at. |
EntryPointAddress | Returns the memory address for function that runs when the module is loaded and run. |
FileName | Returns the full file path for the location of the module. |
FileVersionInfo | Returns version information about the module. |
ModuleMemorySize | Returns the amount of memory required to load the module. This does not include any additional memory allocations made by the module once it is running; it only includes the size of the static code and data in the module file. |
ModuleName | Returns the name of the Module. |
Site (inherited from Component) | Gets or sets the site of the Component. |