C# 클래스 Mono.Debugger.Languages.Mono.MonoUtils

파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
DisassembleMethod ( string image_file, int index ) : void
DumpLineNumberTable ( TextWriter writer, MonoSymbolFile file, Cecil mdef, Mono.CompilerServices.SymbolWriter entry ) : void

비공개 메소드들

메소드 설명
DisassembleMethod_internal ( string image_file, int index, List &lines, int>.Dictionary &offsets ) : bool
DumpLineNumberTable_internal ( TextWriter writer, MonoSymbolFile file, Cecil mdef, Mono.CompilerServices.SymbolWriter entry ) : void

메소드 상세

DisassembleMethod() 공개 정적인 메소드

public static DisassembleMethod ( string image_file, int index ) : void
image_file string
index int
리턴 void

DumpLineNumberTable() 공개 정적인 메소드

public static DumpLineNumberTable ( TextWriter writer, MonoSymbolFile file, Cecil mdef, Mono.CompilerServices.SymbolWriter entry ) : void
writer System.IO.TextWriter
file MonoSymbolFile
mdef Cecil
entry Mono.CompilerServices.SymbolWriter
리턴 void