Compartir a través de


Process3.IsBeingDebugged (Propiedad)

Indica si se está depurando el proceso actual.

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

Sintaxis

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

Valor de propiedad

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

Implementaciones

Process2.IsBeingDebugged

Seguridad de .NET Framework

Vea también

Referencia

Process3 Interfaz

IsBeingDebugged (Sobrecarga)

EnvDTE90 (Espacio de nombres)