Enum OSKind
An operating system kind.
public enum OSKind
- Extension Methods
Fields
Unknown = 0- An unknown operating system.
Posix = 1- A POSIX-compatible operating system.
Linux = 9- A Linux kernel.
Android = 41- An Android operating system.GetKernel(OSKind) will return Linux, and
GetSubtypeId(OSKind) will return
1. OSX = 5- A MacOSX kernel.
IOS = 37- An iOS operating system.GetKernel(OSKind) will return IOS, and
GetSubtypeId(OSKind) will return
1. BSD = 17- A BSD kernel.
Windows = 2- A Windows kernel.
Wine = 34- A Windows operating system, running on the Wine emulation layer.GetKernel(OSKind) will return Windows, and
GetSubtypeId(OSKind) will return
1.