ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
VersionInfoParser.Node
ae
sys
windows
pe
versioninfo
VersionInfoParser
A
VersionInfo
node.
struct
VersionInfoParser
struct
Node {
string
key
;
bool
isText
;
void
[]
value
;
Node
[]
children
;
string
valueText
[@property getter];
}
Members
Properties
valueText
string
valueText
[@property getter]
Return the string contents of a text node.
Variables
children
Node
[]
children
;
isText
bool
isText
;
key
string
key
;
value
void
[]
value
;
Meta
Source
See Implementation
ae
sys
windows
pe
versioninfo
VersionInfoParser
constructors
this
structs
Node
variables
data
root
A VersionInfo node.