OperatingSystemPlatformIsUnix Property |
Gets a value indicating that the current OS is a unix-based system
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsUnix { get; }
Public ReadOnly Property IsUnix As Boolean
Get
member IsUnix : bool with get
Property Value
Type:
BooleanRemarks
This will be true for both Unix (e.g. OS X) and all Linux variants.
See Also