Class Var
Usually a list of languages that the application or DLL supports.
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 Var : AbstractStructure
Constructors
| Improve this Doc View SourceVar(Byte[], UInt32)
Declaration
public Var(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset |
Properties
| Improve this Doc View SourceszKey
Unicode string "Translation"
Declaration
public string szKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
DWORD value where the lower-order word contains the Microsoft language identifier and the high-order word the IBM code page number. Both values can be zero, indicating that the file is code page or language independent.
Declaration
public uint[] Value { get; }
Property Value
Type | Description |
---|---|
System.UInt32[] |
wLength
Length of the Var structure in bytes.
Declaration
public ushort wLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
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 |
wValueLength
Length of the Value member in bytes.
Declaration
public ushort wValueLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |