Table of Contents

Enum UnixPlatformType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of Unix platform a system is running

public enum UnixPlatformType

Fields

AIX = 6

The platform is AIX.

BSDi = 3

The platform is BSDi.

FreeBSD = 12

The platform is FreeBSD.

HPUX10 = 10

The platform is HPUX 10.

HPUX11 = 5

The platform is HPUX11.

HPUX9 = 1

The platform is HPUX9.

IRIX = 13

The platform is IRIX.

Linux = 2

The platform is Linux.

MacOSX = 7

The platform is MacOS X.

NetBSD = 11

The platform is NetBSD.

OpenBSD = 4

The platform is OpenBSD.

Solaris = 9

The platform is Solaris.

SunOS4 = 8

The platform is SunOS 4.

Unknown = 0

The platform type is unknown.