C# 클래스 AsmResolver.Net.ImageNetDirectory

Represents a .NET data directory header (COR20 header) in a windows assembly image.
상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
GetPhysicalLength ( ) : uint
GetResourceData ( uint offset ) : byte[]

Gets the managed resource data at the given offset.

ImageNetDirectory ( ) : System.Collections.Generic
Write ( WritingContext context ) : void

비공개 메소드들

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

메소드 상세

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

GetResourceData() 공개 메소드

Gets the managed resource data at the given offset.
public GetResourceData ( uint offset ) : byte[]
offset uint The offset of the managed resource to get.
리턴 byte[]

ImageNetDirectory() 공개 메소드

public ImageNetDirectory ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Write() 공개 메소드

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