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)
Syntax
'Declaration
Public Const Memory As String
'Usage
Dim value As String
value = ToolWindowGuids80.Memory
public const string Memory
public:
literal String^ Memory
public const var Memory : String
Remarks
The GUID for this tool window that is usable in a .ctc file 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.
.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.