win32_registry library

The registry is a system-defined Windows database in which applications and system components store and retrieve configuration data. The data stored in the registry varies according to the version of Microsoft Windows. Applications use the registry API to retrieve, modify, or delete registry data.

This library provides support for querying and accessing the registry from Dart, with idiomatic classes and collections of objects that facilitate reading and writing values.

Classes

Registry
Represents the Windows Registry as a database.
RegistryKey
An individual node in the Windows registry.
RegistryKeyInfo
Information about the specified registry key.
RegistryValue
An individual data value in the Windows Registry.

Enums

AccessRights
RegistryHive
One of the root keys that point into one or more hives that Windows stores.
RegistryValueType
A data type stored in the Windows registry. These do not directly map onto either Win32 or Dart types, but represent the kinds of entities that the registry understands.