Class VS_VERSIONINFO
Optional Resource member which contains version information and compile time information about the PE file.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class VS_VERSIONINFO : AbstractStructure
Constructors
| Improve this Doc View SourceVS_VERSIONINFO(Byte[], UInt32)
Declaration
public VS_VERSIONINFO(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset |
Properties
| Improve this Doc View SourceStringFileInfo
Optional StringFileInfo contained in the Children member.
Declaration
public StringFileInfo StringFileInfo { get; }
Property Value
Type | Description |
---|---|
StringFileInfo |
szKey
Contains the Unicode string "VS_VERSION_INFO"
Declaration
public string szKey { get; }
Property Value
Type | Description |
---|---|
System.String |
VarFileInfo
Optional VarFileInfo contained in the Children member.
Declaration
public VarFileInfo VarFileInfo { get; }
Property Value
Type | Description |
---|---|
VarFileInfo |
VsFixedFileInfo
Language and code page independent version information about the PE file.
Declaration
public VS_FIXEDFILEINFO VsFixedFileInfo { get; }
Property Value
Type | Description |
---|---|
VS_FIXEDFILEINFO |
wLength
Length of the VS_VERSIONINFO structure without any padding.
Declaration
public ushort wLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
wType
Set to 0 if the version resource contains text and 0 if the version resource contains binary data.
Declaration
public ushort wType { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
wValueLength
Length of the Value member. If the Value member is 0, there is no value member available in the VS_VERSIONINFO structure.
Declaration
public ushort wValueLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |