Condividi tramite


Metodo ICorDebugManagedCallback::CreateThread

Notifica al debugger che un thread ha avviato l'esecuzione di codice gestito.

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

Parametri

Note

Il thread verrà posizionato sulla prima istruzione di codice gestito da eseguire.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Vedere anche

Riferimenti

Interfaccia ICorDebugManagedCallback