dgui ~master (2015-01-31T19:15:37Z)
Dub
Repo
RegistryValueQword
dgui
registry
Undocumented in source.
final
class
RegistryValueQword : RegistryValue!(ulong) {
this
(ulong l);
RegistryValueType
valueType
[@property getter];
string
toString
();
void
write
(RegistryKey owner, string name);
}
Constructors
this
this
(ulong l)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(RegistryKey owner, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
valueType
RegistryValueType
valueType
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dgui
registry
classes
Registry
RegistryKey
RegistryValue
RegistryValueBinary
RegistryValueDword
RegistryValueQword
RegistryValueString
enums
RegistryValueType
interfaces
IRegistryValue