Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts an object address to an "ICorDebugObjectValue" object.
Syntax
HRESULT GetObject(
[in] CORDB_ADDRESS addr,
[out] ICorDebugObjectValue **ppObject
);
Parameters
addr
[in] The object address.
ppObject
[out] A pointer to the address of an "ICorDebugObjectValue" object.
Remarks
If addr
does not point to a valid managed object, the GetObject
method returns E_FAIL
.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.5