Uranium
Application Framework
|
Public Member Functions | |
bool | isOSX (cls) |
bool | isWindows (cls) |
bool | isLinux (cls) |
int | getType (cls) |
Convenience class to simplify OS checking and similar platform-specific handling.
int UM.Platform.Platform.getType | ( | cls | ) |
Get the platform type.
bool UM.Platform.Platform.isLinux | ( | cls | ) |
Check to see if we are currently running on Linux.
bool UM.Platform.Platform.isOSX | ( | cls | ) |
Check to see if we are currently running on OSX.
bool UM.Platform.Platform.isWindows | ( | cls | ) |
Check to see if we are currently running on Windows.