C# Class AsmResolver.BaseRelocationEntry

Represents a fixup entry in a base relocation block.
Inheritance: FileSegment
Exibir arquivo Open project: JerreS/AsmResolver

Public Methods

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

Private Methods

Method Description
FromReadingContext ( ReadingContext context ) : BaseRelocationEntry

Method Details

BaseRelocationEntry() public method

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

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint

Write() public method

public Write ( WritingContext context ) : void
context WritingContext
return void