Partager via


ICorProfilerCallback::ThreadAssignedToOSThread, méthode

Notifie le profileur qu'un thread managé est en cours d'implémentation à l'aide d'un thread de système d'exploitation spécifique.

HRESULT ThreadAssignedToOSThread(
    [in] ThreadID managedThreadId,
    [in] DWORD    osThreadId);

Paramètres

  • managedThreadId
    [in] Identificateur du thread managé.

  • osThreadId
    [in] Identificateur du thread de système d'exploitation.

Notes

Le rappel ThreadAssignedToOSThread permet au profileur d'assurer un mappage précis entre les fibres de threads de système d'exploitation et les threads managés.

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