Click or drag to resize

OperatingSystemPlatform Class

Operating system platform information
Inheritance Hierarchy
SystemObject
  EtoOperatingSystemPlatform

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public sealed class OperatingSystemPlatform

The OperatingSystemPlatform type exposes the following members.

Constructors
  NameDescription
Public methodOperatingSystemPlatform
Initializes a new instance of the OperatingSystemPlatform class
Top
Properties
  NameDescription
Public propertyIsLinux
Gets a value indicating that the current OS is a Linux system
Public propertyIsMac
Gets a value indicating that the current OS is a Mac OS X system
Public propertyIsMono
Gets a value indicating that the current .NET runtime is mono
Public propertyIsNetCore
Gets a value indicating that the current .NET runtime is .NET Core
Public propertyIsUnix
Gets a value indicating that the current OS is a unix-based system
Public propertyIsWindows
Gets a value indicating that the current OS is windows system
Public propertyIsWinRT
Gets a value indicating that the current OS is a Windows Runtime (WinRT) system.
Top
Remarks
Access this information from Platform
See Also

Reference