C# Class Fody.VersionResources.VersionHeader

Represents the common, fixed-size header of any struct inside the version information section.
Afficher le fichier Open project: Fody/Stamp Class Usage Examples

Méthodes publiques

Свойство Type Description
Length ushort
Type VersionDataType
ValueLength ushort

Property Details

Length public_oe property

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
Résultat ushort

Type public_oe property

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
Résultat VersionDataType

ValueLength public_oe property

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
Résultat ushort