Share via


IDebugBinder2.GetMemoryObject(IDebugField, UInt32, IDebugObject) Method

Definition

public:
 int GetMemoryObject(Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ pField, System::UInt32 dwConstant, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int GetMemoryObject(Microsoft.VisualStudio.Debugger.Interop.IDebugField pField, uint dwConstant, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member GetMemoryObject : Microsoft.VisualStudio.Debugger.Interop.IDebugField * uint32 * IDebugObject -> int
Public Function GetMemoryObject (pField As IDebugField, dwConstant As UInteger, ByRef ppObject As IDebugObject) As Integer

Parameters

pField
IDebugField
dwConstant
UInt32
ppObject
IDebugObject

Returns

Applies to