- access
RegKeyAccess access()
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteValue
void deleteValue(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValue
RegQueryResult getValue(string valueName)
Registry Functions: getValue //////////////////////////////
- getValueBinary
ubyte[] getValueBinary(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValueExpandString
string getValueExpandString(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValueString
string getValueString(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValueStringArray
string[] getValueStringArray(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getValueUInt
uint getValueUInt(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- hKey
HKEY hKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- root
RegRoot root()
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(string valueName, RegValueType type, ubyte[] data)
Registry Functions: setValue //////////////////////////////
- setValue
void setValue(string valueName, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(string valueName, string data, bool expand)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(string valueName, string[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(string valueName, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(string valueName, uint data)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValue
void setValue(string valueName, RegQueryResult data)
Undocumented in source. Be warned that the author may not have intended to support it.
- setValueExpand
void setValueExpand(string valueName, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- subKey
string subKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
toString ////////////////////////
- valueExists
bool valueExists(string valueName)
Undocumented in source. Be warned that the author may not have intended to support it.
- wasCreated
bool wasCreated()
Undocumented in source. Be warned that the author may not have intended to support it.