2 #ifndef GAUDIKERNEL_SYSTEMWIN32_H 3 #define GAUDIKERNEL_SYSTEMWIN32_H 39 namespace Platform = Win32;
43 #endif // GAUDIKERNEL_SYSTEMWIN32_H std::string hostName()
Get the system's host name.
Note: OS specific details for environment resolution.
std::string typeinfoName(const char *class_name)
Get the human readable type name from a typeinfo name.
std::string machineType()
Get the runner machine's type.
std::string osName()
Get the operating system's name.
std::string accountName()
Get the account name of the current user.
std::string osVersion()
Get the operating system's version.
std::vector< std::string > cmdLineArgs()
Get the command line arguments of the process.