Utility to retrieve most information regarding the operating system. More...
Public Types | |
enum | DotNetEnvironment { Unknown, MS_Net, Mono } |
Microsoft's .NET, or Mono? | |
enum | RuntimeSystem { Unknown, Windows, Unix, MacOSX } |
Which operating system family? | |
Static Public Member Functions | |
static DotNetEnvironment | GetBuildEnvironment () |
Which environment has the program been built on? | |
static DotNetEnvironment | GetRuntimeEnvironment () |
Which environment is the program currently running on? | |
static RuntimeSystem | GetRuntimeSystem () |
Which operating system is the program currently running on? | |
Utility to retrieve most information regarding the operating system.