Share via


RegistryKey Class

Methods | This Package | All Packages

Provides methods that allow you to read and write to the system registry.

package com.ms.wfc.app

public final class RegistryKey

Remarks

Use the RegistryKey class to create and delete subkeys and assign information to a registry value entry. You can use the registry to store information, such as application settings, recently opened file paths, and version information. To get an instance of a RegistryKey, use the static method getBaseKey, or use one of the Registry class's members. You cannot create an instance of the RegistryKey class using the new keyword.