Show / Hide Table of Contents

Class ImageBaseRelocation.TypeOffset

Represents the type and offset in an ImageBaseRelocation structure.

Inheritance
object
ImageBaseRelocation.TypeOffset
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 ImageBaseRelocation.TypeOffset

Constructors

| Edit this page View Source

TypeOffset(IRawFile, long)

Create a new TypeOffset object.

Declaration
public TypeOffset(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

long offset

Offset of the TypeOffset in the PE file.

Properties

| Edit this page View Source

Offset

The offset is described in the 12 higher bits of the TypeOffset word.

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

Type

The type is described in the 4 lower bits of the TypeOffset word.

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