Show / Hide Table of Contents

Class VarFileInfo

Information about the file not dependent on any language and code page combination.

Inheritance
System.Object
AbstractStructure
VarFileInfo
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class VarFileInfo : AbstractStructure

Constructors

| Improve this Doc View Source

VarFileInfo(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 Source

Children

Usually a list of languages that the application or DLL supports.

Declaration
public Var[] Children { get; }
Property Value
Type Description
Var[]
| Improve this Doc View Source

SzKey

Unicode string "VarFileInfo"

Declaration
public string SzKey { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WLength

Length of the VarFileInfo structure including all children.

Declaration
public ushort WLength { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

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
| Improve this Doc View Source

WValueLength

Always zero.

Declaration
public ushort WValueLength { get; set; }
Property Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX