RuntimeEnvironment Enumeration

RuntimeEnvironment Enumeration

ON::RuntimeEnvironment identifies a runtime environment (operating system). This value is saved in binary archives so appropriate adjustments to resources provided by runtime environments, like fonts, can be made when an archive created in one runtime environment is used in another.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum RuntimeEnvironment
Public Enumeration RuntimeEnvironment
Members
  Member nameValueDescription
Unset0 ON::RuntimeEnvironment::Unset indicates no runtime is set.
None1 ON::RuntimeEnvironment::None indicates no runtime. This is a different condition from ON::Runtime::Unset.
Windows2 ON::RuntimeEnvironment::Windows indicates some version of Microsoft Windows.
Apple3 ON::RuntimeEnvironment::Apple indicates some version of Apple OS X or iOS.
Android4 ON::RuntimeEnvironment::Android indicates some version of Google Android.
Version Information

Rhino for Windows

Supported in: 6.8
See Also