C# 클래스 AsmResolver.ImageResourceDataEntry

Represents a data entry in a resource directory of a windows assembly image.
상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver

공개 메소드들

메소드 설명
GetPhysicalLength ( ) : uint
ImageResourceDataEntry ( byte data )
Write ( WritingContext context ) : void

비공개 메소드들

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

메소드 상세

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

ImageResourceDataEntry() 공개 메소드

public ImageResourceDataEntry ( byte data )
data byte

Write() 공개 메소드

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