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
'Declaration
Public Const Modules As String
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 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.