Click or drag to resize

RuntimeIsNet Property

Gets a value indicating whether the runtime is .Net

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

Property Value

Type: Boolean
true if the runtime is .Net; otherwise, false.
See Also