NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PlatformID Enumeration

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.

Members

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

System Namespace