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

상속: Heap
파일 보기 프로젝트 열기: jbevain/cecil

공개 프로퍼티들

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

공개 메소드들

메소드 설명
HasTable ( Table table ) : bool
TableHeap ( byte data ) : System
this ( Table table ) : TableInformation

메소드 상세

HasTable() 공개 메소드

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

TableHeap() 공개 메소드

public TableHeap ( byte data ) : System
data byte
리턴 System

this() 공개 메소드

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

프로퍼티 상세

Sorted 공개적으로 프로퍼티

public long Sorted
리턴 long

Tables 공개적으로 프로퍼티

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

Valid 공개적으로 프로퍼티

public long Valid
리턴 long