DebuggerService.IsDebugging プロパティ

定義

デバッグが現在の状態であるかどうかを示す値を取得または設定します。

public:
 property bool IsDebugging { bool get(); void set(bool value); };
public bool IsDebugging { get; set; }
member this.IsDebugging : bool with get, set
Public Property IsDebugging As Boolean

プロパティ値

true デバッグが現在の状態の場合。それ以外の場合は false

実装

適用対象