Condividi tramite


Proprietà Process3.IsBeingDebugged

Ottiene un valore che indica se del processo corrente è in fase di debug.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se è in corso il debug del processo, false in caso contrario.

Implementa

Process2.IsBeingDebugged

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Process3 Interfaccia

Overload IsBeingDebugged

Spazio dei nomi EnvDTE90