C# Class Mono.Cecil.Metadata.TableHeap

Inheritance: Heap
Mostra file Open project: jbevain/cecil

Public Properties

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

Public Methods

Method Description
HasTable ( Table table ) : bool
TableHeap ( byte data ) : System
this ( Table table ) : TableInformation

Method Details

HasTable() public method

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

TableHeap() public method

public TableHeap ( byte data ) : System
data byte
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[],Mono.Cecil.Metadata Tables
return Mono.Cecil.Metadata.TableInformation[]

Valid public_oe property

public long Valid
return long