Show / Hide Table of Contents

Class ResourceLocation

Record to handel location information.

Inheritance
System.Object
ResourceLocation
Implements
System.IEquatable<ResourceLocation>
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class ResourceLocation : object

Constructors

| Improve this Doc View Source

ResourceLocation(ImageResourceDataEntry, UInt32, UInt32)

Record to handel location information.

Declaration
public ResourceLocation(ImageResourceDataEntry Resource, uint Offset, uint Size)
Parameters
Type Name Description
ImageResourceDataEntry Resource

An ImageResourceDataEntry.

System.UInt32 Offset

Offset of the ImageResourceDataEntry in the PE file.

System.UInt32 Size

Size of the ImageResourceDataEntry in the PE file.

Properties

| Improve this Doc View Source

Offset

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

Resource

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

Size

Declaration
public uint Size { get; }
Property Value
Type Description
System.UInt32

Implements

System.IEquatable<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX