Condividi tramite


Metodo ICorDebugManagedCallback::ExitThread

Notifica al debugger che un thread che eseguiva codice gestito è stato terminato.

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

Parametri

  • pAppDomain
    [in] Puntatore a un oggetto ICorDebugAppDomain che rappresenta il dominio dell'applicazione che contiene il thread gestito.

  • thread
    [in] Puntatore a un oggetto ICorDebugThread che rappresenta il thread gestito.

Note

Una volta generato il callback ExitThread, il thread non verrà più visualizzato nelle enumerazioni dei thread.

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