Class StringFileInfo
Describes the data representation in a file-version resource. Information about different languages and codes pages is contained in this structure.
Inherited Members
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 SourceStringFileInfo(Byte[], UInt32)
Declaration
public StringFileInfo(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset |
Properties
| Improve this Doc View SourceStringTable
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[] |
szKey
Contains the Unicode string "StringFileInfo".
Declaration
public string szKey { get; }
Property Value
Type | Description |
---|---|
System.String |
wLength
Length of the StringFileInfo in bytes, including all children.
Declaration
public ushort wLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
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 |
wValueLength
Always zero.
Declaration
public ushort wValueLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |