Class VarFileInfo
Information about the file not dependent on any language and code page combination.
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class VarFileInfo : AbstractStructure
Constructors
| Improve this Doc View SourceVarFileInfo(IRawFile, Int64)
Create a VarFileInfo instance.
Declaration
public VarFileInfo(IRawFile peFile, long offset)
Parameters
Type | Name | Description |
---|---|---|
IRawFile | peFile | A PE file. |
System.Int64 | offset | Offset of a VarFileInfo in the PE file. |
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 |