ToolWindowGuids80.Memory Field

Definition

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

public: System::String ^ Memory;
std::wstring Memory;
public const string Memory;
val mutable Memory : string
Public Const Memory As String 

Field Value

Remarks

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.

Applies to