OperatingSystem: PlatformID

PlatformID

The identification for the specific Windows platforms.

 Public Enum PlatformID

Values

Win32S
Identification for legacy Windows systems that are 16bit, but allowed to access 32bit functionality.
Win32Windows
Identification for Windows 95, 98, ME platforms.
Win32NT
Identification for Windows NT4.0, 2000, XP, Server 2003, and future NT platforms.
WinCE
Identification for Windows CE which runs on handheld PDAs.

See Also

Project CorLib Overview

Class OperatingSystem Overview