Version.platformId

Overview | Methods | Fields | This Package | All Packages

Version.platformId

Specifies the platform identifier of the operating system.

Syntax

public final int platformId;

Remarks

Use the platformId field to determine the general operating system that your application is running on. The value of the field is equal to the WIN32S, WIN32_WINDOWS, or WIN32_NT field of the Version class.