デバッグ バージョンの USER.EXE がインストールされているかどうかを示す値を取得します。
Public Shared ReadOnly Property DebugOS As Boolean
[C#]
public static bool DebugOS {get;}
[C++]
public: __property static bool get_DebugOS();
[JScript]
public static function get DebugOS() : Boolean;
プロパティ値
USER.EXE のデバッグ バージョンがインストールされている場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- EnvironmentPermission (このプロパティの値を取得するために必要なアクセス許可) PermissionState.Unrestricted (関連する列挙体)
参照
SystemInformation クラス | SystemInformation メンバ | System.Windows.Forms 名前空間 | SystemInformation