C# 클래스 Mono.Debugger.Frontend.SourceCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
address Mono.Debugger.SourceAddress
location Mono.Debugger.SourceLocation
method MethodSource
type LocationType

보호된 메소드들

메소드 설명
DoResolve ( ScriptingContext context ) : bool
FindFile ( ScriptingContext context, string filename, int line ) : bool

메소드 상세

DoResolve() 보호된 메소드

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
리턴 bool

FindFile() 보호된 메소드

protected FindFile ( ScriptingContext context, string filename, int line ) : bool
context ScriptingContext
filename string
line int
리턴 bool

프로퍼티 상세

address 보호되어 있는 프로퍼티

protected SourceAddress,Mono.Debugger address
리턴 Mono.Debugger.SourceAddress

location 보호되어 있는 프로퍼티

protected SourceLocation,Mono.Debugger location
리턴 Mono.Debugger.SourceLocation

method 보호되어 있는 프로퍼티

protected MethodSource method
리턴 MethodSource

type 보호되어 있는 프로퍼티

protected LocationType type
리턴 LocationType