Share via


Version Class

Methods | Fields | This Package | All Packages

Retrieves version information about the underlying operating system.

package com.ms.wfc.app

public class Version

Remarks

Use the Version class to determine information about the operating system that your application is running on and how to operate best on a specified system. The Version class cannot be instantiated.

Note   The Version class should not be used to determine the features, such as DirectX and MouseWheel support, that are available to your application. To determine feature information, query the operating system directly because updates and service packs can add features to the operating system.