C# 클래스 Mono.CompilerServices.SymbolWriter.LineNumberTable

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LineBase int
LineRange int
MaxAddressIncrement int
OpcodeBase byte

보호된 프로퍼티들

프로퍼티 타입 설명
_line_numbers Mono.CompilerServices.SymbolWriter.LineNumberEntry[]

공개 메소드들

메소드 설명
DoRead ( MonoSymbolFile file, MyBinaryReader br ) : void
GetMethodBounds ( LineNumberEntry &start, LineNumberEntry &end ) : bool

보호된 메소드들

메소드 설명
LineNumberTable ( MonoSymbolFile file ) : System

비공개 메소드들

메소드 설명
LineNumberTable ( MonoSymbolFile file, LineNumberEntry lines ) : System
Read ( MonoSymbolFile file, MyBinaryReader br ) : LineNumberTable
Write ( MonoSymbolFile file, MyBinaryWriter bw ) : void

메소드 상세

DoRead() 공개 메소드

public DoRead ( MonoSymbolFile file, MyBinaryReader br ) : void
file MonoSymbolFile
br MyBinaryReader
리턴 void

GetMethodBounds() 공개 메소드

public GetMethodBounds ( LineNumberEntry &start, LineNumberEntry &end ) : bool
start LineNumberEntry
end LineNumberEntry
리턴 bool

LineNumberTable() 보호된 메소드

protected LineNumberTable ( MonoSymbolFile file ) : System
file MonoSymbolFile
리턴 System

프로퍼티 상세

LineBase 공개적으로 프로퍼티

public int LineBase
리턴 int

LineRange 공개적으로 프로퍼티

public int LineRange
리턴 int

MaxAddressIncrement 공개적으로 프로퍼티

public int MaxAddressIncrement
리턴 int

OpcodeBase 공개적으로 프로퍼티

public byte OpcodeBase
리턴 byte

_line_numbers 보호되어 있는 프로퍼티

protected LineNumberEntry[],Mono.CompilerServices.SymbolWriter _line_numbers
리턴 Mono.CompilerServices.SymbolWriter.LineNumberEntry[]