Debugger.IsAttached プロパティ

定義

デバッガーがプロセスにアタッチされているかどうかを示す値を取得します。

public:
 static property bool IsAttached { bool get(); };
public static bool IsAttached { get; }
static member IsAttached : bool
Public Shared ReadOnly Property IsAttached As Boolean

プロパティ値

デバッガーがアタッチされた場合は true。それ以外の場合は false

適用対象