Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Mono
CompilerServices
SymbolWriter
MyBinaryReader
C# Class Mono.CompilerServices.SymbolWriter.MyBinaryReader
Inheritance:
System.IO.BinaryReader
ファイルを表示
Open project: Unity-Technologies/cecil
Class Usage Examples
Public Methods
Method
Description
MyBinaryReader
(
Stream
stream
) :
System
ReadLeb128
( ) :
int
ReadString
(
int
offset
) :
string
Method Details
MyBinaryReader()
public
method
public
MyBinaryReader
(
Stream
stream
) :
System
stream
Stream
return
System
ReadLeb128()
public
method
public
ReadLeb128
( ) :
int
return
int
ReadString()
public
method
public
ReadString
(
int
offset
) :
string
offset
int
return
string