Descrição
A strong class written in VB.Net that exposes related registry methods to cover all the major needs for registry operations.
I also supply a dll assembly for the C# compatibility, C# developers could load this dll to use my code under a C# solution.
The code is about 2K lines with .Net documentation for intellisense support.
The methods are these:
- Create SubKey
- Create Value
- Copy KeyTree
- Move KeyTree
- Copy SubKeys
- Move SubKeys
- Copy Value
- Move Value
- Delete Value
- Delete SubKey
- SubKey Exist?
- Value Exist?
- Value Is Empty?
- Export Key
- Import Registry File
- Jump To Key
- Find SubKey
- Find Value
- Find Value-Data
- Get Value Data
- Get RootKey Name
- Get SubKey Path
- Get RootKey
- Set User-Access Key
And a custom generic type named RegInfo to easily manage a registry object.
v1.0
Initial Release.