Show / Hide Table of Contents

Class ImageResourceDataEntry

The ImageResourceDataEntry points to the data of the resources in the PE file like version info, strings etc.

Inheritance
System.Object
AbstractStructure
ImageResourceDataEntry
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageResourceDataEntry : AbstractStructure

Constructors

| Improve this Doc View Source

ImageResourceDataEntry(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 Source

CodePage

Code Page

Declaration
public uint CodePage { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

OffsetToData

Offset to the data of the resource.

Declaration
public uint OffsetToData { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Parent

Backwards connection to the parent. ImageResourceDirectoryEntry in which this entry resides.

Declaration
public ImageResourceDirectoryEntry Parent { get; }
Property Value
Type Description
ImageResourceDirectoryEntry
| Improve this Doc View Source

Reserved

Reserved

Declaration
public uint Reserved { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Size1

Size of the resource data.

Declaration
public uint Size1 { get; set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX