Share via


Registry Class

Fields | This Package | All Packages

Provides a set of constants for the root keys in the system registry.

package com.ms.wfc.app

public class Registry

Remarks

The Registry class provides RegistryKey objects that represent the root keys of the system registry. Use these keys when creating subkeys within the registry or for accessing information within these keys. The following example illustrates how to create a new subkey for a company's application within the CURRENT_USER root key.

RegistryKey myKey = Registry.CURRENT_USER.createSubKey("Software\\MyCompany\\MyProduct");