ae v0.0.2885 (2020-12-20T18:43:56Z)
Home
Dub
Repo
VersionInfoParser.Node
ae
sys
windows
pe
versioninfo
VersionInfoParser
Undocumented in source.
struct
VersionInfoParser
struct
Node {
string
key
;
bool
isText
;
void
[]
value
;
Node
[]
children
;
string
valueText
[@property getter];
}
Members
Properties
valueText
string
valueText
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
children
Node
[]
children
;
Undocumented in source.
isText
bool
isText
;
Undocumented in source.
key
string
key
;
Undocumented in source.
value
void
[]
value
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
windows
pe
versioninfo
VersionInfoParser
constructors
this
functions
read
readAlign
readBytes
readNode
readWStringz
structs
Node
variables
data
root