RegKey Methods

Methods

Close Closes the registry key.
DeleteSubKeys Deletes all sub-keys under this key. Sub-keys must not have sub-keys.
Dispose Disposes of the object.
Finalize Destructor.
(Overrides ObjectFinalize)
GetSubKeyNames Gets the registry keys under this key.
GetValue(String) Resolves the value from the provided name in a key.
GetValue(String, Object) Resolves the value from the provided name in a key.
OpenSubKey Opens the specified sub-key.
SetValue Sets the data of the specified value.

See Also