IDebugBinder3.GetMemoryContext64 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 GetMemoryContext64(Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ pField, System::UInt64 uConstant, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugMemoryContext2 ^ % ppMemCxt);
public int GetMemoryContext64(Microsoft.VisualStudio.Debugger.Interop.IDebugField pField, ulong uConstant, out Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2 ppMemCxt);
abstract member GetMemoryContext64 : Microsoft.VisualStudio.Debugger.Interop.IDebugField * uint64 * IDebugMemoryContext2 -> int
Public Function GetMemoryContext64 (pField As IDebugField, uConstant As ULong, ByRef ppMemCxt As IDebugMemoryContext2) As Integer
Parameters
- pField
- IDebugField
- uConstant
- UInt64
- ppMemCxt
- IDebugMemoryContext2