Share via


IDebugBinderDirect.GetMemoryContext Method

Definition

public:
 int GetMemoryContext(cli::array <Microsoft::VisualStudio::Debugger::Interop::DEBUG_ADDRESS> ^ pda, System::UInt64 dwConstant, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugMemoryContext2 ^ % ppMemCxt);
public int GetMemoryContext(Microsoft.VisualStudio.Debugger.Interop.DEBUG_ADDRESS[] pda, ulong dwConstant, out Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2 ppMemCxt);
abstract member GetMemoryContext : Microsoft.VisualStudio.Debugger.Interop.DEBUG_ADDRESS[] * uint64 * IDebugMemoryContext2 -> int
Public Function GetMemoryContext (pda As DEBUG_ADDRESS(), dwConstant As ULong, ByRef ppMemCxt As IDebugMemoryContext2) As Integer

Parameters

dwConstant
UInt64

Returns

Applies to