 | RuntimeIsWin Property |
Gets a value indicating whether the host OS Windows.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic static bool IsWin { get; }
Property Value
Type:
Booleantrue if the host OS is Windows; otherwise,
false.
See Also