Show / Hide Table of Contents

Class ImageBaseRelocation.TypeOffset

Represents the type and offset in an ImageBaseRelocation structure.

Inheritance
System.Object
ImageBaseRelocation.TypeOffset
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class TypeOffset : object

Constructors

| Improve this Doc View Source

TypeOffset(IRawFile, Int64)

Create a new TypeOffset object.

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

A PE file.

System.Int64 offset

Offset of the TypeOffset in the PE file.

Properties

| Improve this Doc 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
System.UInt16
| Improve this Doc 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
System.Byte
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX