Partager via


ICorProfilerCallback::ThreadCreated, méthode

Informe le profileur qu'un thread a été créé.

HRESULT ThreadCreated(
    [in] ThreadID threadId); 

Paramètres

  • threadId
    [in] ID du thread qui a été créé.

Notes

La valeur threadId est immédiatement valide.

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::ThreadDestroyed, méthode