Microsoft.Win32 Namespace
The Microsoft.Win32 namespace provides types that handle events raised by the operating system and that interact with the Windows registry.
Classes
Registry
Provides static methods to act as a wrapper for certain aspects of the system registry.
RegistryKey
Represents a node (key) in the Windows registry.
SystemEvents
Provides notifications of system-wide events.
NativeMethods
Contains native Windows API wrappers used internally.
Enums
RegistryValueKind
Specifies the data type of a value stored in the registry.
RegistryRights
Defines the specific rights allowed on a registry key.