Static class to get inforamtion about the local machine and environment variables. More...
#include <Environment.h>
Static Public Member Functions | |
| static String | NewLine () |
| static String | GetVariable (const String &name) |
| static void | SetVariable (const String &name, const String &value) |
| static Vector< StringPtr > | GetLogicalDrives (bool localOnly) |
| static String | ProcessName () |
| static String | HostName () |
| static String | HostArchitecture () |
| static String | OSName () |
| static String | OSVersion () |
| static String | UserName () |
| static String | HomeDirectory () |
| static String | TempDirectory () |
| static int | ProcessorCount () |
| static int | LastError () |
| static String | LastErrorMessage () |
| static uint64 | DiskFreeSpace () |
Static class to get inforamtion about the local machine and environment variables.
Definition at line 34 of file Environment.h.