System.PlatformID public enum PlatformID Documentation Code namespace System { public enum PlatformID { [EditorBrowsable(EditorBrowsableState.Never)] MacOSX = 6, Unix = 4, Win32NT = 2, [EditorBrowsable(EditorBrowsableState.Never)] Win32S = 0, [EditorBrowsable(EditorBrowsableState.Never)] Win32Windows = 1, [EditorBrowsable(EditorBrowsableState.Never)] WinCE = 3, [EditorBrowsable(EditorBrowsableState.Never)] Xbox = 5 } }