Click or drag to resize

RuntimeIsMono Property

Gets a value indicating whether the runtime is Mono.

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

Property Value

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