Makes Operating System information accessible at runtime.
More...
|
| static bool | IsWindows () |
| | Returns true if the application is running on Windows, false otherwise.
|
| |
| static bool | IsLinux () |
| | Returns true if the application is running on Windows, false otherwise.
|
| |
Makes Operating System information accessible at runtime.
◆ IsLinux()
Returns true if the application is running on Windows, false otherwise.
- Returns
- true when running on Windows, false otherwise
◆ IsWindows()
| static bool IsWindows |
( |
| ) |
|
|
static |
Returns true if the application is running on Windows, false otherwise.
- Returns
- true when running on Windows, false otherwise