Condividi tramite


Metodo ICorDebugManagedCallback::ExitThread

Notifica al debugger che un thread che esegue codice gestito è stato chiuso.

Sintassi

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

Parametri

pAppDomain [in] Puntatore a un oggetto ICorDebugAppDomain che rappresenta il dominio applicazione contenente il thread gestito.

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

Osservazioni:

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

Requisiti

Piattaforme: vedere Requisiti di sistema.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: disponibili dalla versione 1.0

Vedi anche