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

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

Méthodes publiques

Méthode Description
BlobHeap ( Section section, uint start, uint size ) : System
Read ( uint index ) : byte[]

Method Details

BlobHeap() public méthode

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

Read() public méthode

public Read ( uint index ) : byte[]
index uint
Résultat byte[]