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

Mostrar archivo Open project: mayuki/Inazuma Class Usage Examples

Public Properties

Property Type Description
IndexSize int
Offset uint
Section Inazuma.Mono.Cecil.PE.Section
Size uint

Protected Methods

Method Description
Heap ( Section section, uint offset, uint size ) : Inazuma.Mono.Cecil.PE

Method Details

Heap() protected method

protected Heap ( Section section, uint offset, uint size ) : Inazuma.Mono.Cecil.PE
section Inazuma.Mono.Cecil.PE.Section
offset uint
size uint
return Inazuma.Mono.Cecil.PE

Property Details

IndexSize public_oe property

public int IndexSize
return int

Offset public_oe property

public uint Offset
return uint

Section public_oe property

public Section,Inazuma.Mono.Cecil.PE Section
return Inazuma.Mono.Cecil.PE.Section

Size public_oe property

public uint Size
return uint