VS_FIXEDFILEINFO class base struct

Contains version information for a file. This information is language and code page independent.

Inheritance

Constructors

VS_FIXEDFILEINFO()

Properties

dwFileDateLS int
getter/setter pair
dwFileDateMS int
getter/setter pair
dwFileFlags int
getter/setter pair
dwFileFlagsMask int
getter/setter pair
dwFileOS int
getter/setter pair
dwFileSubtype int
getter/setter pair
dwFileType int
getter/setter pair
dwFileVersionLS int
getter/setter pair
dwFileVersionMS int
getter/setter pair
dwProductVersionLS int
getter/setter pair
dwProductVersionMS int
getter/setter pair
dwSignature int
getter/setter pair
dwStrucVersion int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited