[This is preliminary documentation and subject to change.]
RegValues implements a collection of Registry Values. Registry Values are always attached to a Registry Node.
The RegValues collection has methods to add a new value and remove a value, and list all the attached values. It also has the usual methods and properties for a collection: Count, _NewEnum, and Item.
| Item | Retrieves a Registry Value. |
| Count | Returns the number of Values in the collection. |
| Add | Creates a new Registry Value. |
| Remove | Removes a Registry Value. |