Base Framework
Static Public Member Functions | List of all members
SystemInformation Class Reference

System information. More...

#include <base/SystemInformation.h>

Inherits Object.

Static Public Member Functions

static String getOS () noexcept
 
static String getVendor () noexcept
 
static String getSystem () noexcept
 
static String getRelease () noexcept
 
static String getVersion () noexcept
 
static String getMachine () noexcept
 

Detailed Description

System information.

System information.

Version
1.0

Member Function Documentation

◆ getMachine()

static String SystemInformation::getMachine ( )
staticnoexcept

Returns the machine.

◆ 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.