Partager via


ICorProfilerInfo::GetThreadContext, méthode

Obtient l’identité du contexte actuellement associée au thread spécifié.

Syntaxe

HRESULT GetThreadContext(  
    [in]  ThreadID  threadId,  
    [out] ContextID *pContextId);  

Paramètres

threadId
[in] ID du thread.

pContextId
[out] Un pointeur vers l’identité du contexte actuellement associé au thread spécifié. Si le thread n’a pas de contexte actuellement associé à celui-ci, cette fonction renvoie CORPROF_E_DATAINCOMPLETE.

Configuration requise

Plateformes : Consultez Configuration requise.

En-tête : CorProf.idl, CorProf.h

Bibliothèque : CorGuids.lib

Versions de .NET Framework : Disponible depuis la version 2.0

Voir aussi