| title | List Modules Command | |||
|---|---|---|---|---|
| description | Learn about the List Modules command and how it lists the modules for the current process. | |||
| ms.date | 11/04/2016 | |||
| ms.topic | reference | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| author | Mikejo5000 | |||
| ms.author | mikejo | |||
| ms.subservice | general-ide |
Lists the modules for the current process.
Debug.ListModules [/Address:yes|no] [/Name:yes|no] [/Order:yes|no]
[/Path:yes|no] [/Process:yes|no] [/SymbolFile:yes|no]
[/SymbolStatus:yes|no] [/Timestamp:yes|no] [/Version:yes|no]
/Address:yes|no
Optional. Specifies whether to show the memory addresses of the modules. Default value is yes.
/Name:yes|no
Optional. Specifies whether to show the names of the modules. Default value is yes.
/Order:yes|no
Optional. Specifies whether to show the order of the modules. Default value is no.
/Path:yes|no
Optional. Specifies whether to show the paths of the modules. Default value is yes.
/Process:yes|no
Optional. Specifies whether to show the processes of the modules. Default value is no.
/SymbolFile:yes|no
Optional. Specifies whether to show the symbol files of the modules. Default value is no.
/SymbolStatus:yes|no
Optional. Specifies whether to show the symbol statuses of the modules. Default value is yes.
/Timestamp:yes|no
Optional. Specifies whether to show the timestamps of the modules. Default value is no.
/Version:yes|no
Optional. Specifies whether to show the versions of the modules. Default value is no.
This example lists the module names, addresses, and timestamps for the current process.
Debug.ListModules /Address:yes /Name:yes /Order:no /Path:no /Process:no /SymbolFile:no /SymbolStatus:no /Timestamp:yes /Version:no