IDebugBinderDirect.GetMemoryContext Method
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.
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
- pda
- DEBUG_ADDRESS[]
- dwConstant
- UInt64
- ppMemCxt
- IDebugMemoryContext2