C# Class AsmResolver.BaseRelocationEntry

Represents a fixup entry in a base relocation block.
Inheritance: FileSegment
Afficher le fichier Open project: JerreS/AsmResolver

Méthodes publiques

Méthode Description
BaseRelocationEntry ( BaseRelocationType type, ushort offset )
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Private Methods

Méthode Description
FromReadingContext ( ReadingContext context ) : BaseRelocationEntry

Method Details

BaseRelocationEntry() public méthode

public BaseRelocationEntry ( BaseRelocationType type, ushort offset )
type BaseRelocationType
offset ushort

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint

Write() public méthode

public Write ( WritingContext context ) : void
context WritingContext
Résultat void