Click or drag to resize

RuntimeIsWin Property

Gets a value indicating whether the host OS Windows.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public static bool IsWin { get; }

Property Value

Type: Boolean
true if the host OS is Windows; otherwise, false.
See Also