by ComponentSpace - 製品のタイプ: コンポーネント / .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.
一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
| カートに追加 | ¥ 27,615 (税込) | 1 Developer License | ダウンロード (570 KB) | |
| カートに追加 | ¥ 41,580 (税込) | 4 Developer Team License | ダウンロード (570 KB) | |
| カートに追加 | ¥ 55,440 (税込) | 8 Developer Team License | ダウンロード (570 KB) | |
| カートに追加 | ¥ 69,300 (税込) | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | ダウンロード (570 KB) | |
| カートに追加 | ¥ 138,810 (税込) | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | 要確認 | ダウンロード (629 KB) |
| カートに追加 | ¥ 13,755 (税込) | 1 Developer Premium Support License | ダウンロード (29 KB) |
すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。
一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
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