Partager via


ICorDebugManagedCallback::ExitThread, méthode

Notifie le débogueur qu'un thread qui exécutait du code managé s'est arrêté.

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 qui représente le thread managé.

Notes

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

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

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

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Voir aussi

Référence

ICorDebugManagedCallback, interface