PlatformID {System} | .NET clr documentation |
# namespace System
export class PlatformID extends Enum {
Win32S: PlatformID = 0;
Win32Windows: PlatformID = 1;
Win32NT: PlatformID = 2;
WinCE: PlatformID = 3;
Unix: PlatformID = 4;
Xbox: PlatformID = 5;
MacOSX: PlatformID = 6;
Other: PlatformID = 7;
}
Win32S
: PlatformIDWin32Windows
: PlatformIDWin32NT
: PlatformIDWinCE
: PlatformIDUnix
: PlatformIDXbox
: PlatformIDMacOSX
: PlatformIDOther
: PlatformID