Machine (Virtual or not) on which the current process is running.
Holds information about runtime name, version and about inherent limitations like minimum/maximum values that can be represented by the runtime.
| Attributes | |
| integerSize | Source Code shared Integer integerSize The number of bits used to represent the value of an |
| maxIntegerValue | Source Code shared Integer maxIntegerValue The maximum It is the maximum
|
| minIntegerValue | Source Code shared Integer minIntegerValue The minimum It is the minimum
|
| name | Source Code shared String name Returns the name of the runtime / virtual machine this process is running on. |
| string | shared actual String string A developer-friendly string representing the
instance. Concatenates the name of the concrete
class of the instance with the Refined declaration: string |
| version | Source Code shared String version Returns the version of the runtime / virtual machine this process is running on. |
| Inherited Attributes |
| Attributes inherited from: Object |