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