Process2.IsBeingDebugged Propriété

Définition

Obtient une valeur indiquant si le programme est en cours de débogage.

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

Valeur de propriété

Boolean

true si le programme est en cours de débogage, sinon false.

Attributs

Remarques

Le programme peut modifier les États de débogage avant que cet appel de fonction puisse retourner.

S’applique à