SystemEnv


Object Hierarchy:

Object hierarchy for SystemEnv

Description:

public class SystemEnv : Object

Environment variable helper methods.

SystemEnv wraps GLib environment APIs with lightweight input validation and nullable semantics. Use this class when application behavior depends on runtime environment variables.

Example:

    string? home = SystemEnv.get ("HOME");
SystemEnv.set ("APP_MODE", "dev");


Namespace: Vala.Lang
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object