Contains methods to read and write to the Windows Registry.
| Name | Description | |
|---|---|---|
| CreateKey | Creates a New Key under the Hive and Root Key specified. | |
| DeleteKey | Deletes a Key, and optionally all sub-keys, under the Hive and Root Key specified. | |
| GetValue | Retrieves a Value from the Windows Registry given a hive, root key and key. | |
| SetValue | Stores a Value in the Windows Registry given a hive, root key and key. | |
| SetValueWithKind | Stores a Value in the Windows Registry given a hive, root key and key. |