Process4.IsBeingDebugged-Eigenschaft

Ruft ab, ob der aktuelle Prozess gedebuggt wird.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn der Prozess gedebuggt wird; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Process4 Schnittstelle

IsBeingDebugged-Überladung

EnvDTE90a-Namespace