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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา