The ComponentSpace.RegistryToolkit namespace contains classes for manipulating the Windows registry.
| Class | Description |
|---|---|
| RegistryExporter | Exports a registry key in standard Windows Registry Editor 5.00 format. |
| RegistryHelper | Provides registry key name manipulation including key renaming. |
| RegistryImporter | Imports a registry key in standard Windows Registry Editor 5.00 format. |
| RegistryMatchEventArgs | Provides data for the Matched event. |
| RegistrySearcher | Search the registry's keys and values. |
| RegistrySearchEventArgs | Summary description for RegistrySearchEventArgs. |
| RegistryToolkitException | The exception that is thrown when a registry toolkit operation fails. |
| RegistryWatcher | Watch the registry for changes. |
| RegistryXmlExporter | Exports a registry key in XML format. |
| RegistryXmlImporter | Imports a registry key in XML format. |
| Win32 | Win32 registry API definitions. |
| Delegate | Description |
|---|---|
| RegistryMatchEventHandler | Represents the method that will handle the Matched event. |
| RegistrySearchEventHandler | Represents the method that will handle the Searching event. |
| Enumeration | Description |
|---|---|
| MatchType | The type of match. |