หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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