C# Class Mono.Debugger.Frontend.SourceCommand

Inheritance: FrameCommand
显示文件 Open project: baulig/debugger

Protected Properties

Property Type Description
address Mono.Debugger.SourceAddress
location Mono.Debugger.SourceLocation
method MethodSource
type LocationType

Protected Methods

Method Description
DoResolve ( ScriptingContext context ) : bool
FindFile ( ScriptingContext context, string filename, int line ) : bool

Method Details

DoResolve() protected method

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
return bool

FindFile() protected method

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

Property Details

address protected_oe property

protected SourceAddress,Mono.Debugger address
return Mono.Debugger.SourceAddress

location protected_oe property

protected SourceLocation,Mono.Debugger location
return Mono.Debugger.SourceLocation

method protected_oe property

protected MethodSource method
return MethodSource

type protected_oe property

protected LocationType type
return LocationType