Partager via


ICorProfilerCallback::ThreadDestroyed, méthode

Mise à jour : novembre 2007

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

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.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

En-tête : Corprof.idl

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Voir aussi

Référence

ICorProfilerCallback, interface

ICorProfilerCallback::ThreadCreated, méthode