C# Class Mono.Cecil.Metadata.PdbHeap

Inheritance: Heap
Mostra file Open project: jbevain/cecil

Public Properties

Property Type Description
EntryPoint System.UInt32
Id byte[]
TypeSystemTableRows uint[]
TypeSystemTables long

Public Methods

Method Description
HasTable ( Table table ) : bool
PdbHeap ( byte data ) : Mono.Cecil.PE

Method Details

HasTable() public method

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

PdbHeap() public method

public PdbHeap ( byte data ) : Mono.Cecil.PE
data byte
return Mono.Cecil.PE

Property Details

EntryPoint public_oe property

public System.UInt32 EntryPoint
return System.UInt32

Id public_oe property

public byte[] Id
return byte[]

TypeSystemTableRows public_oe property

public uint[] TypeSystemTableRows
return uint[]

TypeSystemTables public_oe property

public long TypeSystemTables
return long