RegistryKey

Undocumented in source.

Constructors

this
this(HKEY hKey, bool owned)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

createSubKey
RegistryKey createSubKey(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteSubKey
void deleteSubKey(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
getSubKey
RegistryKey getSubKey(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
IRegistryValue getValue(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(string name, IRegistryValue val)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IDisposable

dispose
void dispose()
Undocumented in source.

Meta