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

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

공개 메소드들

메소드 설명
GetSignature ( System.Thread target ) : TargetMethodSignature
GetSourceCode ( ) : MethodSource

보호된 메소드들

메소드 설명
TargetFunctionType ( Language language ) : System

비공개 메소드들

메소드 설명
GetBreakpointHandle ( Breakpoint breakpoint, int line, int column ) : FunctionBreakpointHandle

메소드 상세

GetSignature() 공개 추상적인 메소드

public abstract GetSignature ( System.Thread target ) : TargetMethodSignature
target System.Thread
리턴 TargetMethodSignature

GetSourceCode() 공개 추상적인 메소드

public abstract GetSourceCode ( ) : MethodSource
리턴 MethodSource

TargetFunctionType() 보호된 메소드

protected TargetFunctionType ( Language language ) : System
language Language
리턴 System