Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Mono
Cecil
Metadata
StringHeap
C# Class Mono.Cecil.Metadata.StringHeap
Inheritance:
Heap
Datei anzeigen
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