RegistryKey
scope final
class RegistryKey {
}
- this
this(RegRoot root, string subKey, RegKeyOpenMode create = RegKeyOpenMode.Open, RegKeyAccess access = RegKeyAccess.All)
Constructor/Destructor ////////////////////////
A destructor is present on this object, but not explicitly documented in the source.
- getValue
RegQueryResult getValue(string valueName)
Registry Functions: getValue //////////////////////////////
- setValue
void setValue(string valueName, RegValueType type, ubyte[] data)
Registry Functions: setValue //////////////////////////////
- toString
string toString()
toString ////////////////////////
- deleteKey
void deleteKey(RegRoot root, string subKey)
Registry Functions ////////////////////////