OperatingSystemPlatform Class |
Namespace: Eto
The OperatingSystemPlatform type exposes the following members.
| Name | Description | |
|---|---|---|
| OperatingSystemPlatform |
Initializes a new instance of the OperatingSystemPlatform class
|
| Name | Description | |
|---|---|---|
| IsLinux |
Gets a value indicating that the current OS is a Linux system
| |
| IsMac |
Gets a value indicating that the current OS is a Mac OS X system
| |
| IsMono |
Gets a value indicating that the current .NET runtime is mono
| |
| IsNetCore |
Gets a value indicating that the current .NET runtime is .NET Core
| |
| IsUnix |
Gets a value indicating that the current OS is a unix-based system
| |
| IsWindows |
Gets a value indicating that the current OS is windows system
| |
| IsWinRT |
Gets a value indicating that the current OS is a Windows Runtime (WinRT) system.
|