[This is preliminary documentation and subject to change.]
RegNodes represents a collection of Registry Nodes. A Registry Node is also know as a System Registry Key.
RegNodes has methods to add a Registry Node and remove a node, and list all the attached nodes. It also has the usual methods and properties for a collection: Count, _NewEnum, and Item.
| Item | Retrieves a Registry Node. |
| Count | Returns the number of Nodes in the collection. |
| Add | Creates a new Registry Node. |
| Remove | Removes a Registry Node. |