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

상속: Heap
파일 보기 프로젝트 열기: mayuki/Inazuma

공개 프로퍼티들

프로퍼티 타입 설명
Sorted long
Tables Inazuma.Mono.Cecil.Metadata.TableInformation[]
Valid long

공개 메소드들

메소드 설명
HasTable ( Table table ) : bool
TableHeap ( Section section, uint start, uint size ) : System
this ( Table table ) : TableInformation

메소드 상세

HasTable() 공개 메소드

public HasTable ( Table table ) : bool
table Table
리턴 bool

TableHeap() 공개 메소드

public TableHeap ( Section section, uint start, uint size ) : System
section Inazuma.Mono.Cecil.PE.Section
start uint
size uint
리턴 System

this() 공개 메소드

public this ( Table table ) : TableInformation
table Table
리턴 TableInformation

프로퍼티 상세

Sorted 공개적으로 프로퍼티

public long Sorted
리턴 long

Tables 공개적으로 프로퍼티

public TableInformation[],Inazuma.Mono.Cecil.Metadata Tables
리턴 Inazuma.Mono.Cecil.Metadata.TableInformation[]

Valid 공개적으로 프로퍼티

public long Valid
리턴 long