Class IMAGE_RESOURCE_DATA_ENTRY
The IMAGE_RESOURCE_DATA_ENTRY points to the data of the resources in the PE file like version info, strings etc.
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 IMAGE_RESOURCE_DATA_ENTRY : AbstractStructure
Constructors
| Improve this Doc View SourceIMAGE_RESOURCE_DATA_ENTRY(Byte[], UInt32)
Construct a IMAGE_RESOURCE_DATA_ENTRY at a given offset.
Declaration
public IMAGE_RESOURCE_DATA_ENTRY(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | PE file as a byte array. |
System.UInt32 | offset | Offset to the structure in the file. |
Properties
| Improve this Doc View SourceCodePage
Code Page
Declaration
public uint CodePage { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OffsetToData
Offset to the data of the resource.
Declaration
public uint OffsetToData { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Reserved
Reserved
Declaration
public uint Reserved { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Size1
Size of the resource data.
Declaration
public uint Size1 { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |