.dm (Display Modules)

.dm
 

The .dm command displays a list of the global modules in the global heap.

The list has the following form:

module-handle module-type module-name filename
 
module-handle
Specifies the handle of the module.
module-type
Specifies either a dynamic-link library (DLL) or the name of the application you are debugging.
module-name
Specifies the name of the module.
filename
Specifies the name of the file from which you loaded the application.