C# 클래스 AsmResolver.BaseRelocationBlock

Represents a base relocation block in the relocation data directory.
상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
BaseRelocationBlock ( uint pageRva ) : System.Collections.Generic
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

비공개 메소드들

메소드 설명
FromReadingContext ( ReadingContext context ) : BaseRelocationBlock

메소드 상세

BaseRelocationBlock() 공개 메소드

public BaseRelocationBlock ( uint pageRva ) : System.Collections.Generic
pageRva uint
리턴 System.Collections.Generic

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

Write() 공개 메소드

public Write ( WritingContext context ) : void
context WritingContext
리턴 void