Connect with us

Product Details

  • Sales: 5
  • Author: ElektroStudios
  • Last Update: 2015-05-11T12:33:19+10:00
  • Created Date: 2015-05-11T12:33:19+10:00
  • High Resolution: .NET 4.0, .NET 4.5, .NET 4.6
  • Compatible Browsers: No
  • Compatible With: IE9, IE10, IE11, Firefox, Chrome

net

Registry Editor Class for .Net

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...

Registry Editor Class for .Net - 1

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.

Registry Editor Class for .Net - 2

v1.0

Initial Release.

Registry Editor Class for .Net - 3

More in net

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *