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