C# Класс Fody.VersionResources.VersionHeader

Represents the common, fixed-size header of any struct inside the version information section.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Length ushort
Type VersionDataType
ValueLength ushort

Описание свойств

Length публичное свойство

The length, in bytes, of the VS_VERSIONINFO structure. This length does not include any padding that aligns any subsequent version resource data on a 32-bit boundary.
public ushort Length
Результат ushort

Type публичное свойство

The type of data in the version resource. This member is 1 if the version resource contains text data and 0 if the version resource contains binary data.
public VersionDataType Type
Результат VersionDataType

ValueLength публичное свойство

The length, in bytes, of the Value member. This value is zero if there is no Value member associated with the current version structure.
public ushort ValueLength
Результат ushort