Process2.IsBeingDebugged Property

Definition

Gets a value indicating if the program is being debugged.

public:
 property bool IsBeingDebugged { bool get(); };
public:
 property bool IsBeingDebugged { bool get(); };
[System.Runtime.InteropServices.DispId(1104)]
public bool IsBeingDebugged { [System.Runtime.InteropServices.DispId(1104)] get; }
[<System.Runtime.InteropServices.DispId(1104)>]
[<get: System.Runtime.InteropServices.DispId(1104)>]
member this.IsBeingDebugged : bool
Public ReadOnly Property IsBeingDebugged As Boolean

Property Value

true if the program is being debugged, otherwise false.

Attributes

Remarks

The program may change debug states before this function call has a chance to return.

Applies to