C# Class Inazuma.Mono.Cecil.Metadata.TableHeap

Inheritance: Heap
Afficher le fichier Open project: mayuki/Inazuma

Méthodes publiques

Свойство Type Description
Sorted long
Tables Inazuma.Mono.Cecil.Metadata.TableInformation[]
Valid long

Méthodes publiques

Méthode Description
HasTable ( Table table ) : bool
TableHeap ( Section section, uint start, uint size ) : System
this ( Table table ) : TableInformation

Method Details

HasTable() public méthode

public HasTable ( Table table ) : bool
table Table
Résultat bool

TableHeap() public méthode

public TableHeap ( Section section, uint start, uint size ) : System
section Inazuma.Mono.Cecil.PE.Section
start uint
size uint
Résultat System

this() public méthode

public this ( Table table ) : TableInformation
table Table
Résultat TableInformation

Property Details

Sorted public_oe property

public long Sorted
Résultat long

Tables public_oe property

public TableInformation[],Inazuma.Mono.Cecil.Metadata Tables
Résultat Inazuma.Mono.Cecil.Metadata.TableInformation[]

Valid public_oe property

public long Valid
Résultat long