Partager via


ICorProfilerCallback2::ThreadNameChanged, méthode

Informe le profileur de code que le nom d'un thread a changé.

HRESULT ThreadNameChanged(
    [in] ThreadID threadId,
    [in] ULONG cchName,
    [in] WCHAR name[]);

Paramètres

  • threadId
    [in] ID du thread.

  • cchName
    [in] Longueur du nouveau nom du thread.

  • name
    [in] Nouveau nom du thread. Le nom ne se termine pas par le caractère null.

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

ICorProfilerCallback2, interface