Partager via


ICorProfilerCallback::ThreadDestroyed, méthode

Avertit le profileur qu’un thread a été détruit.

Syntaxe

HRESULT ThreadDestroyed(  
    [in] ThreadID threadId);  

Paramètres

threadId
[in] ID du thread qui a été détruit.

Notes

La valeur threadId n’est plus valide au moment de cet appel.

Spécifications

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