Module Members
Include Protected Members
Include Inherited Members
Represents a module in a process that is being debugged.
The Module type exposes the following members.
Methods
Name
Description
Loads the symbols from the specified symbols file. LoadSymbols is equivalent to clicking the Load Symbols command on the context menu of the Modules window.
Top
Properties
Name
Description
Represents the collection of Module objects.
Gets the top-level extensibility object.
Gets the end of the address range for the module.
Gets whether the module is 64-bit.
Gets the beginning load address for the module.
Gets the name of the module (such as, "kernel32.dll"). Name corresponds to the Name column of the Modules window.
Gets whether the binary has been optimized. Optimized corresponds to the Optimized column of the Modules window.
Returns the load order of the module. Order corresponds to the Order column of the Modules window.
Gets the immediate parent object of a Module object.
Gets the full path to the module, such as c:\windows\system32\kernel32.dll. Path corresponds to the Path column of the Modules window.
Gets the process that contains this module.
Gets whether the module loaded at its preferred load address.
Gets the path to the symbol file for this module. Returns nulla null reference (Nothing in Visual Basic) if symbols were not loaded.
Gets whether the debugger is currently considers this module "UserCode." Name corresponds to the UserCode column of the Modules window. Applies to managed code only.
Gets the version string for the module.
Top