ToolWindowGuids80::Modules Field

 

This tool window displays a list of all modules that are loaded during debugging.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ Modules

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidModules { 0x37ABA9BE, 0x445A, 0x11D3, { 0x99, 0x49, 0x00, 0xC0, 0x4F, 0x68, 0xFD, 0x0A } }

This tool window is typically available while debugging by selecting Modules from the Windows submenu of the Debug menu.

Return to top
Show: