最終更新:2022-01-04 (火) 04:15:50 (846d)  

System.PlatformID
Top / System.PlatformID

https://docs.microsoft.com/en-us/dotnet/api/system.platformid?view=net-6.0

PlatformId.Win32S?0The operating system is Win32s. This value is no longer in use.
PlatformId.Win32Windows?1The operating system is Windows 95 or Windows 98. This value is no longer in use.
PlatformId.Win32NT?2The operating system is Windows NT or later.
PlatformId.WinCE?3The operating system is Windows CE. This value is no longer in use.
PlatformId.Unix?4The operating system is Unix.
PlatformId.Xbox?5The development platform is Xbox 360. This value is no longer in use.
PlatformId.MacOSX?6The operating system is Macintosh. This value was returned by Silverlight. On .NET Core, its replacement is Unix.
PlatformId.Other?7Any other operating system. This includes Browser (WASM).