Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
This will be true for both Unix (e.g. OS X) and all Linux variants.
See Also