VS_FIXEDFILEINFO class Null safety Struct
Contains version information for a file. This information is language and code page independent.
- Inheritance
- Object
- NativeType
- Struct
- VS_FIXEDFILEINFO
- Available Extensions
Constructors
Properties
- dwFileDateLS ↔ int
-
@Uint32(), read / write
- dwFileDateMS ↔ int
-
@Uint32(), read / write
- dwFileFlags ↔ int
-
@Uint32(), read / write
- dwFileFlagsMask ↔ int
-
@Uint32(), read / write
- dwFileOS ↔ int
-
@Uint32(), read / write
- dwFileSubtype ↔ int
-
@Uint32(), read / write
- dwFileType ↔ int
-
@Uint32(), read / write
- dwFileVersionLS ↔ int
-
@Uint32(), read / write
- dwFileVersionMS ↔ int
-
@Uint32(), read / write
- dwProductVersionLS ↔ int
-
@Uint32(), read / write
- dwProductVersionMS ↔ int
-
@Uint32(), read / write
- dwSignature ↔ int
-
@Uint32(), read / write
- dwStrucVersion ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited