by ComponentSpace - Product Type: Component / .NET Class / 100% Managed Code
Rename registry keys, import/export, search, receive change notification. ComponentSpace Registry Toolkit Component .NET class library provides useful functionality for manipulating the Windows registry. This functionality is in addition to rather than replacing that provided in the Microsoft.Win32 namespace. The RegistryHelper class includes methods for key name manipulation as well as key renaming. Extract the base key name, parent key name and sub-key name from a key. Create and open keys by name without the hassle of the Microsoft.Win32.Registry static field values. The RegistryImporter and RegistryExporter classes respectively import and export registry keys in standard Windows Registry 5.0 format thats compatible with regedit. The RegistryXmlImporter and RegistryXmlExporter classes respectively import and export registry keys in XML.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 195.02 | 1 Developer License | Download (570 KB) | |
| Add to Cart | $ 293.02 | 4 Developer Team License | Download (570 KB) | |
| Add to Cart | $ 391.02 | 8 Developer Team License | Download (570 KB) | |
| Add to Cart | $ 489.02 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | Download (570 KB) | |
| Add to Cart | $ 979.02 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | Verify | Download (629 KB) |
| Add to Cart | $ 97.02 | 1 Developer Premium Support License | Download (29 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
The Registry Toolkit is a .NET class library that may be used in any Windows or Web application by adding a reference to the assembly to access the classes in the KeyTech.RegistryToolkit namespace.
The RegistryHelper class includes methods for key name manipulation as well as key renaming. Extract the base key name, parent key name and sub-key name from a key. Create and open keys by name without the hassle of the Microsoft.Win32.Registry static field values. Rename keys.
The RegistryImporter and RegistryExporter classes respectively import and export registry keys in standard Windows Registry 5.0 format thats compatible with regedit. The RegistryXmlImporter and RegistryXmlExporter classes respectively import and export registry keys in XML.
The RegistryWatcher class raises a RegistryChanged event whenever the specified key or its sub-tree changes.
The RegistrySearcher class starts a search at a specified key and optionally searches keys, values and data. Comprehensive regular expression support is included. Events are raised whenever a new key is being searched, a match is found, and the search has completed. The search may be terminated at any stage.
All classes that raise events support a SynchronizingObject property. All classes report errors through the RegistryToolkitException.
Main Features