Table of Contents

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 = 0

Supports all operating systems (e.g. developed with cross-platform language like Java).

Cygwin = 7

A Unix-compatibility layer for Windows.

Darwin = 5

MacOSX, without the proprietary bits.

FreeBsd = 4

Supports only FreeBSD.

Linux = 2

Supports only Linux operating systems.

MacOSX = 6

Supports only MacOS X.

Posix = 1

Everything except Windows.

Solaris = 3

Supports only Solaris.

Unknown = 100

The supported operating system has not been set yet.

Windows = 8

Supports only Windows NT 5.0+ (Windows 2000, XP, 2003, Vista, 2008, 7, 2008 R2, ...).