Condividi tramite


Metodo IDebuggerInfo::IsDebuggerAttached

Ottiene un valore che indica se un debugger gestito è associato a questo processo.

Sintassi

HRESULT IsDebuggerAttached (  
    [out] BOOL *pbAttached  
);  

Parametri

pbAttached
[out] Puntatore a un valore che è true se un debugger gestito è collegato al processo; in caso contrario, false.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: MSCorEE.h

Libreria: Incluso come risorsa in MSCorEE.dll

Versioni di .NET Framework: Disponibile dalla versione 2.0

Vedi anche