ToolWindowGuids80::Memory Field

 

This tool window displays the values in a region of memory while debugging.

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

public:
literal String^ Memory

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidMemory { 0x350F9856, 0xA72B, 0x11D2, { 0x8A, 0xD0, 0x00, 0xC0, 0x4F, 0x79, 0xE4, 0x79 } }

This tool window is typically available while debugging by selecting one of the memory windows in the Memory submenu in the Windows submenu of the Debug menu. Note that there are four possible memory displays but all share the same tool window.

Return to top
Show: