C# 클래스 Mono.Debugger.Backend.Mono.MonoSymbolFile.MonoCodeBlock

상속: Mono.Debugger.Block
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
CreateBlocks ( MonoMethod method, MethodAddress address, Mono.CompilerServices.SymbolWriter the_blocks, List &root_blocks ) : MonoCodeBlock[]

보호된 메소드들

메소드 설명
AddChildBlock ( MonoCodeBlock child ) : void
MonoCodeBlock ( int index, Block type, int start, int end ) : System

비공개 메소드들

메소드 설명
find_address ( MethodAddress address, int il_offset ) : int

메소드 상세

AddChildBlock() 보호된 메소드

protected AddChildBlock ( MonoCodeBlock child ) : void
child MonoCodeBlock
리턴 void

CreateBlocks() 공개 정적인 메소드

public static CreateBlocks ( MonoMethod method, MethodAddress address, Mono.CompilerServices.SymbolWriter the_blocks, List &root_blocks ) : MonoCodeBlock[]
method MonoMethod
address MethodAddress
the_blocks Mono.CompilerServices.SymbolWriter
root_blocks List
리턴 MonoCodeBlock[]

MonoCodeBlock() 보호된 메소드

protected MonoCodeBlock ( int index, Block type, int start, int end ) : System
index int
type Mono.Debugger.Block
start int
end int
리턴 System