public class RegKey
RegKey | Self initializing constructor. |
Handle | The registry key this object represents, "HKEY" for this object. |
KeyName | Key name for this object. |
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. |