Class ImageBaseRelocation.TypeOffset
Represents the type and offset in an ImageBaseRelocation structure.
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageBaseRelocation.TypeOffset
Constructors
| Edit this page View SourceTypeOffset(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 SourceOffset
The offset is described in the 12 higher bits of the TypeOffset word.
Declaration
public ushort Offset { get; }
Property Value
| Type | Description |
|---|---|
| ushort |
Type
The type is described in the 4 lower bits of the TypeOffset word.
Declaration
public byte Type { get; }
Property Value
| Type | Description |
|---|---|
| byte |