ToolWindowGuids80.Disassembly Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window displays a disassembly of the source code while debugging.
public: System::String ^ Disassembly;
std::wstring Disassembly;
public const string Disassembly;
val mutable Disassembly : string
Public Const Disassembly As String
Field Value
Remarks
The GUID
for this tool window 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.