Share via


ToolWindowGuids80.Modules Field

Definition

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

public: System::String ^ Modules;
std::wstring Modules;
public const string Modules;
val mutable Modules : string
Public Const Modules As String 

Field Value

Remarks

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.

Applies to