#include <vm.h>
A helper struct containg information about a virtual machine and it's libraries.
Public Member Functions | |
| Runtime ()=default | |
| Runtime (Int majorVersion, Int minorVersion, Int microVersion, Url path, Url home, Bool isRelease, Bool systemLib, DEFAULTRUNTIME _private=DEFAULTRUNTIME::NONE) | |
Public Attributes | |
| Int | _majorVersion | 
| Int | _minorVersion | 
| Int | _microVersion | 
| Url | _path | 
| Url | _home | 
| Bool | _isRelease | 
| Bool | _systemLib | 
| DEFAULTRUNTIME | _defaultRuntime | 
      
  | 
  default | 
| Runtime | ( | Int | majorVersion, | 
| Int | minorVersion, | ||
| Int | microVersion, | ||
| Url | path, | ||
| Url | home, | ||
| Bool | isRelease, | ||
| Bool | systemLib, | ||
| DEFAULTRUNTIME | _private = DEFAULTRUNTIME::NONE  | 
        ||
| ) | 
| Int _majorVersion | 
| Int _minorVersion | 
| Int _microVersion | 
| Url _path | 
| Url _home | 
| Bool _isRelease | 
| Bool _systemLib | 
| DEFAULTRUNTIME _defaultRuntime |