Proprietà Process3.IsBeingDebugged

Indica se il processo corrente sta eseguendo il debug.

Spazio dei nomi:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsBeingDebugged As Boolean
bool IsBeingDebugged { get; }
property bool IsBeingDebugged {
    bool get ();
}
abstract IsBeingDebugged : bool
function get IsBeingDebugged () : boolean

Valore proprietà

Tipo: System.Boolean
true se il processo sottoposto a debug, false in caso contrario.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Process3 Interfaccia

Overload IsBeingDebugged

Spazio dei nomi EnvDTE90