RegistryKey

Constructors

this
this(RegRoot root, string subKey, RegKeyOpenMode create = RegKeyOpenMode.Open, RegKeyAccess access = RegKeyAccess.All)

Constructor/Destructor ////////////////////////

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

getValue
RegQueryResult getValue(string valueName)

Registry Functions: getValue //////////////////////////////

setValue
void setValue(string valueName, RegValueType type, ubyte[] data)

Registry Functions: setValue //////////////////////////////

toString
string toString()

toString ////////////////////////

Static functions

deleteKey
void deleteKey(RegRoot root, string subKey)

Registry Functions ////////////////////////

Meta