ICorDebugProcess5::GetObject Method
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
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.