C# Class Mono.Debugger.Frontend.SourceCommand

Inheritance: FrameCommand
Show file 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 property

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

location protected property

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

method protected property

protected MethodSource method
return MethodSource

type protected property

protected LocationType type
return LocationType