MonobjcMonobjc Documented Class Library
NSProcessInfoOperatingSystem Enumeration
NamespacesMonobjc.FoundationNSProcessInfoOperatingSystem

The following constants are provided by the NSProcessInfo class as return values for operatingSystem.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSProcessInfoOperatingSystem
Public Enumeration NSProcessInfoOperatingSystem
public enum class NSProcessInfoOperatingSystem
Members
MemberDescription
NSWindowsNTOperatingSystem

Indicates the Windows NT operating system.

Available in Mac OS X v10.0 and later.


NSWindows95OperatingSystem

Indicates the Windows 95 operating system.

Available in Mac OS X v10.0 and later.


NSSolarisOperatingSystem

Indicates the Solaris operating system.

Available in Mac OS X v10.0 and later.


NSHPUXOperatingSystem

Indicates the HP UX operating system.

Available in Mac OS X v10.0 and later.


NSMACHOperatingSystem

Indicates the Mac OS X operating system.

Available in Mac OS X v10.0 and later.


NSSunOSOperatingSystem

Indicates the Sun OS operating system.

Available in Mac OS X v10.0 and later.


NSOSF1OperatingSystem

Indicates the OSF/1 operating system.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)