dvm v0.5.1 (2019-10-10T15:58:46Z)
Home
Dub
Repo
RegistryKey.setValue
dvm
util
Registry
RegistryKey
Undocumented in source. Be warned that the author may not have intended to support it.
void
setValue
(string valueName, RegValueType type, ubyte[] data)
void
setValue
(string valueName, string data)
void
setValue
(string valueName, string data, bool expand)
class
RegistryKey
void
setValue
(
string
valueName
,
string
data
,
bool
expand
)
void
setValue
(string valueName, string[] data)
void
setValue
(string valueName, ubyte[] data)
void
setValue
(string valueName, uint data)
void
setValue
(string valueName)
void
setValue
(string valueName, RegQueryResult data)
Meta
Source
See Implementation
dvm
util
Registry
RegistryKey
constructors
this
destructors
~this
functions
access
deleteValue
getValue
getValueBinary
getValueExpandString
getValueString
getValueStringArray
getValueUInt
hKey
root
setValue
setValueExpand
subKey
toString
valueExists
wasCreated
static functions
deleteKey