#include <vm.h>
					
				
A helper struct containing information about a virtual machine and it's libraries.
| 公共成员函数 | |
| 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 |