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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5