Process2.IsBeingDebugged Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.