Click or drag to resize

RuntimeIsCore Property

Gets a value indicating whether the runtime is core.

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

Property Value

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