C# 클래스 Mono.Debugger.Backend.DwarfReader.DwarfTargetMethod

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

공개 메소드들

메소드 설명
CheckLoaded ( ) : bool
DwarfTargetMethod ( DieSubprogram subprog, LineNumberEngine engine ) : System
GetDeclaringType ( System.Thread target ) : TargetClassType
GetLocalVariables ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
GetNamespaces ( ) : string[]
GetParameters ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
GetThis ( System.Thread target ) : TargetVariable

비공개 메소드들

메소드 설명
GetTrampoline ( TargetMemoryAccess memory, TargetAddress address ) : MethodSource
read_line_numbers ( ) : void

메소드 상세

CheckLoaded() 공개 메소드

public CheckLoaded ( ) : bool
리턴 bool

DwarfTargetMethod() 공개 메소드

public DwarfTargetMethod ( DieSubprogram subprog, LineNumberEngine engine ) : System
subprog DieSubprogram
engine LineNumberEngine
리턴 System

GetDeclaringType() 공개 메소드

public GetDeclaringType ( System.Thread target ) : TargetClassType
target System.Thread
리턴 Mono.Debugger.Languages.TargetClassType

GetLocalVariables() 공개 메소드

public GetLocalVariables ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
target System.Thread
리턴 Mono.Debugger.Languages.TargetVariable[]

GetNamespaces() 공개 메소드

public GetNamespaces ( ) : string[]
리턴 string[]

GetParameters() 공개 메소드

public GetParameters ( System.Thread target ) : Mono.Debugger.Languages.TargetVariable[]
target System.Thread
리턴 Mono.Debugger.Languages.TargetVariable[]

GetThis() 공개 메소드

public GetThis ( System.Thread target ) : TargetVariable
target System.Thread
리턴 Mono.Debugger.Languages.TargetVariable