Partager via


ICorDebugManagedCallback::ExitThread, méthode

Avertit le débogueur qu’un thread qui exécutait le code managé s’est arrêté.

Syntaxe

HRESULT ExitThread (  
    [in] ICorDebugAppDomain *pAppDomain,  
    [in] ICorDebugThread    *thread  
);  

Paramètres

pAppDomain
[in] Pointeur vers un objet ICorDebugAppDomain qui représente le domaine d’application contenant le thread managé.

thread
[in] Pointeur vers un objet ICorDebugThread représentant le thread managé.

Notes

Une fois le rappel ExitThread ​​déclenché, le thread n’apparaît plus dans les énumérations de thread.

Spécifications

Plateformes : Consultez Configuration requise.

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

Bibliothèque : CorGuids.lib

Versions de .NET Framework : Disponible à partir de la version 1.0

Voir aussi