module

System

Class methods

machine

Returns the machine hardware name.

Source
model

Returns the hardware model name.

Source
nodename

Returns the nodename, i.e. the name it's known by on the network. Typically identical to the hostname.

Source
release

Returns the operating system release.

Source
sysname

Returns the operating system name.

Source
uname

Returns a System::Uname struct that has the following members:

  • sysname
  • nodename
  • release
  • version
  • machine
Source
version

Returns the operating system version.

Source

Nested types