ICorDebugProcess5.GetObject(UInt64, ICorDebugObjectValue) Method

Definition

public:
 int GetObject(System::UInt64 address, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugObjectValue ^ % pObject);
public int GetObject (ulong address, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugObjectValue pObject);
abstract member GetObject : uint64 * ICorDebugObjectValue -> int
Public Function GetObject (address As ULong, ByRef pObject As ICorDebugObjectValue) As Integer

Parameters

address
UInt64

Returns

Applies to