Compartir a través de


Process4.IsBeingDebugged (Propiedad)

Indica si se está depurando el proceso actual.

Espacio de nombres:  EnvDTE90a
Ensamblado:  EnvDTE90a (en EnvDTE90a.dll)

Sintaxis

'Declaración
ReadOnly Property IsBeingDebugged As Boolean
bool IsBeingDebugged { get; }
property bool IsBeingDebugged {
    bool get ();
}
abstract IsBeingDebugged : bool with get
function get IsBeingDebugged () : boolean

Valor de propiedad

Tipo: Boolean
true si se está depurando el proceso, de lo contrario false.

Seguridad de .NET Framework

Vea también

Referencia

Process4 Interfaz

EnvDTE90a (Espacio de nombres)