System information.
More...
#include <base/SystemInformation.h>
Inherits Object.
System information.
System information.
- Version
- 1.0
◆ getMachine()
static String SystemInformation::getMachine |
( |
| ) |
|
|
staticnoexcept |
◆ getOS()
static String SystemInformation::getOS |
( |
| ) |
|
|
staticnoexcept |
Returns the system ID (determinated at build time NOT runtime).
◆ getRelease()
static String SystemInformation::getRelease |
( |
| ) |
|
|
staticnoexcept |
Returns the release of the operating system.
◆ getSystem()
static String SystemInformation::getSystem |
( |
| ) |
|
|
staticnoexcept |
Returns a description of the operating system.
◆ getVendor()
static String SystemInformation::getVendor |
( |
| ) |
|
|
staticnoexcept |
Returns the vendor name of the operating system.
◆ getVersion()
static String SystemInformation::getVersion |
( |
| ) |
|
|
staticnoexcept |
Returns the version of the operating system.