OperatingSystem: PlatformID

PlatformID

The identification for the specific Windows platforms.

 Public Enum PlatformID

Values

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

Remarks

See Also

Project VBCorLib Overview Class OperatingSystem Overview OperatingSystem Properties OperatingSystem Methods Platform (get) ServicePack (get)