This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Modules Window
To open the Modules window, you must be debugging. From the Debug menu, choose Windows and choose Modules.
The Modules window lists the modules, which are DLL or EXE files, used by your program. It shows the following information for each module:
- Name
- Module name, which has a .dll or .exe file name extension.
- Address
- Memory locations occupied by the module.
- Path
- Path name of the DLL or EXE on your hard disk.
- Order
- Load order. The first module loaded is number 0.
- Version
- Version number of the module.
- Information
- Whether debug information for the module has been loaded.
By default, the Modules window sorts modules by load order. However, you can sort by any column by chooseing the button at the top of the column.
See Also
Debugging UI Reference