C# 클래스 Inazuma.Mono.Cecil.Metadata.Heap

파일 보기 프로젝트 열기: mayuki/Inazuma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndexSize int
Offset uint
Section Inazuma.Mono.Cecil.PE.Section
Size uint

보호된 메소드들

메소드 설명
Heap ( Section section, uint offset, uint size ) : Inazuma.Mono.Cecil.PE

메소드 상세

Heap() 보호된 메소드

protected Heap ( Section section, uint offset, uint size ) : Inazuma.Mono.Cecil.PE
section Inazuma.Mono.Cecil.PE.Section
offset uint
size uint
리턴 Inazuma.Mono.Cecil.PE

프로퍼티 상세

IndexSize 공개적으로 프로퍼티

public int IndexSize
리턴 int

Offset 공개적으로 프로퍼티

public uint Offset
리턴 uint

Section 공개적으로 프로퍼티

public Section,Inazuma.Mono.Cecil.PE Section
리턴 Inazuma.Mono.Cecil.PE.Section

Size 공개적으로 프로퍼티

public uint Size
리턴 uint