Show / Hide Table of Contents

Class VS_VERSIONINFO

Optional Resource member which contains version information and compile time information about the PE file.

Inheritance
System.Object
AbstractStructure
VS_VERSIONINFO
Inherited Members
AbstractStructure.ToString()
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 Source

VS_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 Source

StringFileInfo

Optional StringFileInfo contained in the Children member.

Declaration
public StringFileInfo StringFileInfo { get; }
Property Value
Type Description
StringFileInfo
| Improve this Doc View Source

szKey

Contains the Unicode string "VS_VERSION_INFO"

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

VarFileInfo

Optional VarFileInfo contained in the Children member.

Declaration
public VarFileInfo VarFileInfo { get; }
Property Value
Type Description
VarFileInfo
| Improve this Doc View Source

VsFixedFileInfo

Language and code page independent version information about the PE file.

Declaration
public VS_FIXEDFILEINFO VsFixedFileInfo { get; }
Property Value
Type Description
VS_FIXEDFILEINFO
| Improve this Doc View Source

wLength

Length of the VS_VERSIONINFO structure without any padding.

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

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

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX