C# 클래스 AsmResolver.BaseRelocationEntry

Represents a fixup entry in a base relocation block.
상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver

공개 메소드들

메소드 설명
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