Packages
 In this topic

*Classes

*Hierarchy

 

Packages    PackagesNext
Package com.ms.lang     Packages Next

 


About com.ms.lang

This package provides access to Microsoft® Win32® system-level support that is not available through the standard package language. The com.ms.lang package extends java.lang and supplies Java system enhancement, keyboard switching, and registry manipulation classes. The Microsoft® Windows® registry plays a key role in Windows® 95 and Windows NT® operations. It is an access-restricted database that stores many critical application and operating system values. Although many of the common registry functions, such as RegCreateKeyEx and RegOpenKeyEx, are not implemented, the Java class RegKey handles many of the same operations.

Classes

Class Delegate
This class provides support for Delegates.
Class MulticastDelegate
This class provides support for multicast Delegates.
Class MulticastNotSupportedException
This class is thrown by the combine method in class Delegate to indicate that a delegate type does not support multicasting.
Class RegKey
The RegKey class produces Windows registry access objects.
Class RegKeyEnumValue
This class is created and returned by the RegKey.enumValue method.
Class RegKeyEnumValueByteArray
This class is created when RegKey.enumValue returns a byte array.
Class RegKeyEnumValueInt
This class is created when RegKey.enumValue returns a integer.
Class RegKeyEnumValueString
This class is created as a result of returning a string from RegKey.enumValue.
Class RegKeyException
This class signals that an I/O exception has occurred.
Class RegQueryInfo
This class queries registry access objects.
Class SystemThread
An object of the SystemThread class represents a thread that is always created in the system thread group (the highest level thread group, which has no parent).
Class SystemX
This class provides system enhancements that implement extended functionality.

Hierarchy

Object
  |
  +--RegKey
  |
  +--RegKeyEnumValue
  |  |
  |  +--RegKeyEnumValueByteArray
  |  |
  |  +--RegKeyEnumValueInt
  |  |
  |  +--RegKeyEnumValueString
  |
  +--RegQueryInfo
  |
  +--SystemX

IOException
  |
  +--RegKeyException

Thread
  |
  +--SystemThread

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.