SystemInfo


Object Hierarchy:

Object hierarchy for SystemInfo

Description:

public class SystemInfo : Object

System information helper methods.

This class collects host-level process context such as OS name, home directory, temporary directory, and current directory.

Example:

    print ("os=%s\n", SystemInfo.osName ());
print ("home=%s\n", SystemInfo.userHome ());


Namespace: Vala.Lang
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object