Namespace AsmResolver.PE.Win32Resources.Version
Classes
- FixedVersionInfo
Represents the organization of data in a file-version resource. It is the root structure that contains all other file-version information structures.
- StringFileInfo
Represents the organization of data in a file-version resource. It contains version information that can be displayed for a particular language and code page.
- StringTable
Represents the organization of data in a file-version resource. It contains language and code page formatting information for the strings specified by the Children member. A code page is an ordered character set.
- VarFileInfo
Represents the organization of data in a file-version resource. It contains version information not dependent on a particular language and code page combination.
- VarTable
Represents the organization of data in a file-version resource. It typically contains a list of language and code page identifier pairs that the version of the application or DLL supports.
- VersionInfoResource
Represents a native version resource file.
- VersionTableEntry
Provides a base for all version tables stored in a native version resource file.
- VersionTableEntryHeader
Represents the raw version table entry header.
Enums
- FileFlags
Provides members describing the attributes of the file in a version resource.
- FileOS
Provides members describing the operating system for which the file is designed.
- FileSubType
Provides members describing the function of the file.
- FileType
Provides members describing the general type of file.
- VersionTableValueType
Provides members describing the value type of a version resource entry.