NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessModule Properties

The properties of the ProcessModule class are listed below. For a complete list of ProcessModule class members, see the ProcessModule Members topic.

Public:

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.

See Also

ProcessModule Class | System.Diagnostics Namespace