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
object
AbstractStructure
ImageResourceDataEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageResourceDataEntry : AbstractStructure

Constructors

| Edit this page View Source

ImageResourceDataEntry(IRawFile, ImageResourceDirectoryEntry, long)

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.

long offset

Offset to the structure in the file.

Properties

| Edit this page View Source

CodePage

Code Page

Declaration
public uint CodePage { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

OffsetToData

Offset to the data of the resource.

Declaration
public uint OffsetToData { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Parent

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

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

Reserved

Reserved

Declaration
public uint Reserved { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Size1

Size of the resource data.

Declaration
public uint Size1 { get; set; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX