Properties | |
| static MyPlatformID | Platform [get] |
| The MyPlatformID value of the current operating system on the local machine. | |
| static MyRuntimeID | Runtime [get] |
| The MyRuntimeID value of the current common runtime on the local machine. | |
| static bool | Mono [get] |
| Is the current common runtime Mono? | |
| static bool | DotNet [get] |
| Is the current common runtime .Net? | |
| static bool | Darwin [get] |
| Is the current operating system Darwin? | |
| static bool | Unix [get] |
| Is the current operating system Unix? | |
| static bool | Windows [get] |
| Is the current operating system Windows? | |
| static string | UserName [get] |
| Get the username for the current session. | |
MyPlatformID Simias::Client::MyEnvironment::Platform [static, get] |
The MyPlatformID value of the current operating system on the local machine.
MyRuntimeID Simias::Client::MyEnvironment::Runtime [static, get] |
The MyRuntimeID value of the current common runtime on the local machine.
bool Simias::Client::MyEnvironment::Mono [static, get] |
Is the current common runtime Mono?
bool Simias::Client::MyEnvironment::DotNet [static, get] |
Is the current common runtime .Net?
bool Simias::Client::MyEnvironment::Darwin [static, get] |
Is the current operating system Darwin?
bool Simias::Client::MyEnvironment::Unix [static, get] |
Is the current operating system Unix?
bool Simias::Client::MyEnvironment::Windows [static, get] |
Is the current operating system Windows?
string Simias::Client::MyEnvironment::UserName [static, get] |
Get the username for the current session.
1.5.6