Class ImageResourceDataEntry
The ImageResourceDataEntry points to the data of the resources in the PE file like version info, strings etc.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageResourceDataEntry : AbstractStructure
Constructors
| Improve this Doc View SourceImageResourceDataEntry(IRawFile, ImageResourceDirectoryEntry, Int64)
Construct a ImageResourceDataEntry at a given offset.
Declaration
public ImageResourceDataEntry(IRawFile peFile, ImageResourceDirectoryEntry parent, long offset)
Parameters
Type | Name | Description |
---|---|---|
IRawFile | peFile | PE file. |
ImageResourceDirectoryEntry | parent | ImageResourceDirectoryEntry in which this entry resides. |
System.Int64 | 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 |
Parent
Backwards connection to the parent. ImageResourceDirectoryEntry in which this entry resides.
Declaration
public ImageResourceDirectoryEntry Parent { get; }
Property Value
Type | Description |
---|---|
ImageResourceDirectoryEntry |
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 |