Gets whether this is a debug version of the operating system.
[Visual Basic] 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;
true if the debugging version of USER.EXE is installed; otherwise, false.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace