Acerca de ComponentSpace Windows Registry Component

Cambie el nombre de claves del registro, importe/exporte, busque y reciba notificación de cambios.

ComponentSpace Windows Registry 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. ComponentSpace Windows Registry Component is 64-bit, .NET Framework 4 and Visual Studio 2010 compatible.

ComponentSpace Windows Registry Component 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. ComponentSpace Windows Registry Component is 64bit, .NET Framework 4 and VS2010 compatible.

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

  • Renaming of registry keys
  • Import/export in standard Windows Registry 5.0 format
  • Import/export in XML format
  • Receive notification of registry changes through events
  • Search registry keys, values and data with full regular expression support
  • Manipulate key names including extracting parent and base key names
  • 100% managed code written in C#
  • Object oriented design specifically for the .NET framework
  • All error handling through .NET exceptions
  • Comprehensive Visual Studio .NET style documentation
  • VB.NET and C# example source code
  • Includes prompt free email support
  • Royalty free runtime
  • Source code available