Show / Hide Table of Contents

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.

Inheritance
System.Object
AbstractStructure
IMAGE_RESOURCE_DATA_ENTRY
Inherited Members
AbstractStructure.ToString()
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 Source

IMAGE_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 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

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
Back to top Generated by DocFX