Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Mono
Cecil
Metadata
UserStringHeap
C# Class Mono.Cecil.Metadata.UserStringHeap
Inheritance:
StringHeap
Show file
Open project: jbevain/cecil
Public Methods
Method
Description
UserStringHeap
(
byte
data
)
Protected Methods
Method
Description
ReadStringAt
(
uint
index
) :
string
Method Details
ReadStringAt()
protected
method
protected
ReadStringAt
(
uint
index
) :
string
index
uint
return
string
UserStringHeap()
public
method
public
UserStringHeap
(
byte
data
)
data
byte