ICorDebugProcess5::GetTypeForTypeID – metoda

Převede identifikátor typu na hodnotu ICorDebugType.

Syntaxe

HRESULT GetTypeForTypeID(  
    [in] COR_TYPEID id, [  
    out] ICorDebugType **ppType  
);  

Parametry

id
[v] Identifikátor typu.

ppType
[out] Ukazatel na adresu ICorDebugType objektu.

Poznámky

V některých případech mohou metody, které vracejí identifikátor typu, vrátit hodnotu null COR_TYPEID . Pokud se tato hodnota předá jako id argument, GetTypeForTypeID metoda selže a vrátí E_FAIL.

Požadavky

Platformy: Viz Požadavky na systém.

Záhlaví: CorDebug.idl, CorDebug.h

Knihovny: CorGuids.lib

Verze rozhraní .NET Framework: K dispozici od verze 4.5

Viz také