Enum OS
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
Describes an operating system family.
[TypeConverter(typeof(EnumXmlConverter<OS>))]
public enum OS
- Extension Methods
Fields
All = 0Supports all operating systems (e.g. developed with cross-platform language like Java).
Cygwin = 7A Unix-compatibility layer for Windows.
Darwin = 5MacOSX, without the proprietary bits.
FreeBsd = 4Supports only FreeBSD.
Linux = 2Supports only Linux operating systems.
MacOSX = 6Supports only MacOS X.
Posix = 1Everything except Windows.
Solaris = 3Supports only Solaris.
Unknown = 100The supported operating system has not been set yet.
Windows = 8Supports only Windows NT 5.0+ (Windows 2000, XP, 2003, Vista, 2008, 7, 2008 R2, ...).