ToolWindowGuids80.Disassembly Field

This tool window displays a disassembly of the source code while debugging.

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

Syntax

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

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

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidDisassembly { 0xCF577B8C, 0x4134, 0x11D2, { 0x83, 0xE5, 0x00, 0xC0, 0x4F, 0x99, 0x02, 0xC1 } }

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

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace