C# 클래스 Fody.VersionResources.VersionHeader

Represents the common, fixed-size header of any struct inside the version information section.
파일 보기 프로젝트 열기: Fody/Stamp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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