Describes the platforms supported by an assembly. These flags are used to bind to an assembly.
[Visual Basic] Public Enum PlatformID [C#] public enum PlatformID [C++] public enum PlatformID
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Win32NT | Determines whether the operating system is Windows NT. |
Win32S | The operating system is Win32s running on a 16-bit version of Windows. The Win32s is a layer used on 16-bit versions of Windows to provide access to 32-bit applications. |
Win32Windows | Determines whether the operating system is Windows 95 or later. |
Namespace: System
Assembly: mscorlib.dll