dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
RegistryValue
dfl
registry
abstract
class
RegistryValue {
DWORD
valueType
[@property getter];
Dstring
toString
();
LONG
save
(HKEY hkey, Dstring name);
RegistryValue
_reg
[@property getter];
}
Members
Functions
save
LONG
save
(HKEY hkey, Dstring name)
Undocumented in source.
toString
Dstring
toString
()
Undocumented in source.
Properties
_reg
RegistryValue
_reg
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
valueType
DWORD
valueType
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dfl
registry
aliases
RegistryValueDwordLittleEndian
classes
DflRegistryException
Registry
RegistryKey
RegistryValue
RegistryValueBinary
RegistryValueDword
RegistryValueDwordBigEndian
RegistryValueExpandSz
RegistryValueLink
RegistryValueMultiSz
RegistryValueNone
RegistryValueResourceList
RegistryValueSz
enums
RegistryHive