SpringCard LibCs for .NET  18.10.10
A set of utilities to simplify the development of .NET application
SpringCard.LibCs.SystemInfo Class Reference

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?
 

Detailed Description

Utility to retrieve most information regarding the operating system.


The documentation for this class was generated from the following file: