Show / Hide Table of Contents

Class VarFileInfo

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

Inheritance
object
AbstractStructure
VarFileInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class VarFileInfo : AbstractStructure

Constructors

| Edit this page View Source

VarFileInfo(IRawFile, long)

Create a VarFileInfo instance.

Declaration
public VarFileInfo(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

long offset

Offset of a VarFileInfo in the PE file.

Properties

| Edit this page View Source

Children

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

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

SzKey

Unicode string "VarFileInfo"

Declaration
public string SzKey { get; }
Property Value
Type Description
string
| Edit this page View Source

WLength

Length of the VarFileInfo structure including all children.

Declaration
public ushort WLength { get; set; }
Property Value
Type Description
ushort
| Edit this page 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
ushort
| Edit this page View Source

WValueLength

Always zero.

Declaration
public ushort WValueLength { get; set; }
Property Value
Type Description
ushort
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX