Microsoft SDK for Java

Version.getVersion

Retrieves the version information for the operating system.

Syntax

public static Version getVersion()

Return Value

Returns a Version object representing the version information for the operating system.

Remarks

Use the getVersion method to retrieve a Version object that contains information about the type of operating system and its major, minor, and build version numbers.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.