Process3.IsBeingDebugged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the current process 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 process is being debugged, false
otherwise.
Implements
- Attributes