Partager via


ICorDebugManagedCallback::CreateThread, méthode

Notifie le débogueur qu'un thread a commencé à exécuter du code managé.

HRESULT CreateThread (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugThread    *thread
);

Paramètres

Notes

Le thread sera positionné à la première instruction de code managé à exécuter.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

En-tête : CorDebug.idl, CorDebug,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, 1.1, 1.0

Voir aussi

Référence

ICorDebugManagedCallback, interface