C# 클래스 AsmResolver.Builder.FileSegmentBuilder

상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
Build ( BuildingContext context ) : void
FileSegmentBuilder ( ) : System
GetPhysicalLength ( ) : uint
GetSegmentRelativeOffset ( FileSegment segment ) : uint
UpdateOffsets ( BuildingContext context ) : void
UpdateReferences ( BuildingContext context ) : void
Write ( WritingContext context ) : void

메소드 상세

Build() 공개 메소드

public Build ( BuildingContext context ) : void
context BuildingContext
리턴 void

FileSegmentBuilder() 공개 메소드

public FileSegmentBuilder ( ) : System
리턴 System

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

GetSegmentRelativeOffset() 공개 메소드

public GetSegmentRelativeOffset ( FileSegment segment ) : uint
segment FileSegment
리턴 uint

UpdateOffsets() 공개 메소드

public UpdateOffsets ( BuildingContext context ) : void
context BuildingContext
리턴 void

UpdateReferences() 공개 메소드

public UpdateReferences ( BuildingContext context ) : void
context BuildingContext
리턴 void

Write() 공개 메소드

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