This documentation is archived and is not being maintained.
PlatformID Enumeration
.NET Framework 1.1
Describes the platforms supported by an assembly.
[Visual Basic] <Serializable> Public Enum PlatformID [C#] [Serializable] public enum PlatformID [C++] [Serializable] __value public enum PlatformID [JScript] public Serializable enum PlatformID
Remarks
These flags are used to bind to an assembly.
Members
| Member name | Description |
|---|---|
| Win32NT Supported by the .NET Compact Framework. | The operating system is Windows NT or later. |
| Win32S Supported by the .NET Compact Framework. | The operating system is Win32s. Win32s is a layer that runs on 16-bit versions of Windows to provide access to 32-bit applications. |
| Win32Windows Supported by the .NET Compact Framework. | The operating system is Windows 95 or later. |
| WinCE Supported by the .NET Compact Framework. | The operating system is Windows CE .NET. |
Requirements
Namespace: System
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: