Show / Hide Table of Contents

Class ResourceLocation

Record to handel location information.

Inheritance
object
ResourceLocation
Implements
IEquatable<ResourceLocation>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public record ResourceLocation : IEquatable<ResourceLocation>

Constructors

| Edit this page View Source

ResourceLocation(ImageResourceDataEntry, uint, uint)

Record to handel location information.

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

An ImageResourceDataEntry.

uint Offset

Offset of the ImageResourceDataEntry in the PE file.

uint Size

Size of the ImageResourceDataEntry in the PE file.

Properties

| Edit this page View Source

Offset

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

Resource

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

Size

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

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX