Microsoft SDK for Java

enumerate

This method of the SystemVersionManager Class retrieves the default system components that are provided with the version information.

Syntax

public static Enumeration enumerate();

Return Value

Returns an Enumeration object that contains the following String objects.

VM The VM version.
Classes The version of the system classes.
TrustedClasses The version of the classes in the TrustedLib path.

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