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