NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.DebugOS

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;

Property Value

true if the debugging version of USER.EXE is installed; otherwise, false.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace