C# Класс AsmResolver.BaseRelocationEntry

Represents a fixup entry in a base relocation block.
Наследование: FileSegment
Показать файл Открыть проект

Открытые методы

Метод Описание
BaseRelocationEntry ( BaseRelocationType type, ushort offset )
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Приватные методы

Метод Описание
FromReadingContext ( ReadingContext context ) : BaseRelocationEntry

Описание методов

BaseRelocationEntry() публичный Метод

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

GetPhysicalLength() публичный Метод

public GetPhysicalLength ( ) : uint
Результат uint

Write() публичный Метод

public Write ( WritingContext context ) : void
context WritingContext
Результат void