A destructor is present on this object, but not explicitly documented in the source.
Returns the named sub-key of this key.
Deletes the named key.
Deletes the named value.
Flushes any changes to the key to disk.
Returns the named sub-key of this key.
Returns the named value. If name is the empty string, then the default value is returned.
Sets the named value with the given 32-bit unsigned integer value.
Sets the named value with the given 32-bit unsigned integer value, according to the desired byte-ordering.
Sets the named value with the given 64-bit unsigned integer value.
Sets the named value with the given string value.
Sets the named value with the given string value.
Sets the named value with the given multiple-strings value.
Sets the named value with the given binary value.
The number of sub keys.
An enumerable sequence of the names of all the sub-keys of this key.
An enumerable sequence of all the sub-keys of this key.
The name of the key
The number of values.
An enumerable sequence of the names of all the values of this key.
An enumerable sequence of all the values of this key.
This class represents a registry key.