Class VarFileInfo
Information about the file not dependent on any language and code page combination.
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 VarFileInfo : AbstractStructure
Constructors
| Improve this Doc View SourceVarFileInfo(Byte[], UInt32)
Declaration
public VarFileInfo(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset |
Properties
| Improve this Doc View SourceChildren
Usually a list of languages that the application or DLL supports.
Declaration
public Var[] Children { get; }
Property Value
Type | Description |
---|---|
Var[] |
szKey
Unicode string "VarFileInfo"
Declaration
public string szKey { get; }
Property Value
Type | Description |
---|---|
System.String |
wLength
Length of the VarFileInfo structure including all children.
Declaration
public ushort wLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
wType
Contains a 1 if the version resource is text and a 0 if the version resource is binary data.
Declaration
public ushort wType { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
wValueLength
Always zero.
Declaration
public ushort wValueLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |