IRegNode

[This is preliminary documentation and subject to change.]

The RegNode object contains information about a Registry Node. A Registry Node is also known as a System Registry Key.

The RegNode object contains just a few methods and two properties:
The Name property returns the complete Registry Sub key string, while the Root property allows you to identify which Registry root the Node is located in.
RegNode has two methods, which return collections. One returns a collection of sub-nodes attached to the current node. The other method returns a collection of the values the node contains.

Properties:

Root Returns the Root Key of the Registry Node.
Name Returns the Name of the Registry Node.
Nodes Returns a collection of Nodes attached to this Node.
Values Returns a collection of values associated with this Node.

Methods:

Set Opens the Registry Node.