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

Inheritance: Heap
Mostrar archivo Open project: mayuki/Inazuma

Public Properties

Property Type Description
Sorted long
Tables Inazuma.Mono.Cecil.Metadata.TableInformation[]
Valid long

Public Methods

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

Method Details

HasTable() public method

public HasTable ( Table table ) : bool
table Table
return bool

TableHeap() public method

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

this() public method

public this ( Table table ) : TableInformation
table Table
return TableInformation

Property Details

Sorted public_oe property

public long Sorted
return long

Tables public_oe property

public TableInformation[],Inazuma.Mono.Cecil.Metadata Tables
return Inazuma.Mono.Cecil.Metadata.TableInformation[]

Valid public_oe property

public long Valid
return long