C# Class Mono.Cecil.Metadata.StringHeap

Inheritance: Heap
Mostra file Open project: jbevain/cecil

Public Methods

Method Description
Read ( uint index ) : string
StringHeap ( byte data ) : System

Protected Methods

Method Description
ReadStringAt ( uint index ) : string

Method Details

Read() public method

public Read ( uint index ) : string
index uint
return string

ReadStringAt() protected method

protected ReadStringAt ( uint index ) : string
index uint
return string

StringHeap() public method

public StringHeap ( byte data ) : System
data byte
return System