Show / Hide Table of Contents

Class StringFileInfo

Describes the data representation in a file-version resource. Information about different languages and codes pages is contained in this structure.

Inheritance
System.Object
AbstractStructure
StringFileInfo
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 StringFileInfo : AbstractStructure

Constructors

| Improve this Doc View Source

StringFileInfo(Byte[], UInt32)

Declaration
public StringFileInfo(byte[] buff, uint offset)
Parameters
Type Name Description
System.Byte[] buff
System.UInt32 offset

Properties

| Improve this Doc View Source

StringTable

One ore more StringTable structures, where each tables szKey indicates the language and code page for displaying the text in the StringTable.

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

szKey

Contains the Unicode string "StringFileInfo".

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

wLength

Length of the StringFileInfo in bytes, including all children.

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

wType

Type of the data in the version resource. Contains a 1 if the data is text data and a 0 if it contains 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
Back to top Generated by DocFX