Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.43 KB

icordebugprocess5-getobject-method.md

File metadata and controls

58 lines (43 loc) · 1.43 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugProcess5::GetObject Method
ICorDebugProcess5::GetObject Method
03/30/2017
ICorDebugProcess5.GetObject
mscordbi.dll
COM
ICorDebugProcess5::GetObject
GetObject method, ICorDebugProcess5 interface [.NET Framework debugging]
ICorDebugProcess5::GetObject method [.NET Framework debugging]
c8111502-5a20-447f-9dc2-76e8acd7ed5a
apiref

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: [!INCLUDEnet_current_v45plus]

See also