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