ICorDebugProcess5::GetTypeID Method

Converts an object address to a COR_TYPEID identifier.

Syntax

HRESULT GetTypeID(  
    [in] CORDB_ADDRESS obj,  
    [out] COR_TYPEID *pId  
);  

Parameters

obj
[in] The object address.

pId
A pointer to the COR_TYPEID value that identifies the object.

Remarks

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also