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)

Syntax

‘선언
Public Const Modules As String
‘사용 방법
Dim value As String

value = ToolWindowGuids80.Modules
public const string Modules
public:
literal String^ Modules
static val mutable Modules: string
public const var Modules : String

Remarks

The GUID for this tool window that is usable in a .ctc file 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.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace