C# Class Fody.VersionResources.VersionHeader

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

Public Properties

Property Type Description
Length ushort
Type VersionDataType
ValueLength ushort

Property Details

Length public 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
return ushort

Type public 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
return VersionDataType

ValueLength public 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
return ushort