Partager via


ICorDebugManagedCallback::CreateThread, méthode

Mise à jour : novembre 2007

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

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

Paramètres

  • pAppDomain
    [in] Pointeur vers un objet ICorDebugAppDomain qui représente le domaine d'application qui contient le thread.

  • thread
    [in] Pointeur vers un objet ICorDebugThread qui représente le thread.

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

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 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