Partager via


ICorProfilerCallback::ThreadDestroyed, méthode

Informe 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, CorProf.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

Voir aussi

Référence

ICorProfilerCallback, interface

ICorProfilerCallback::ThreadCreated, méthode