C# Class Mono.Debugger.Frontend.SourceCommand

Inheritance: FrameCommand
Afficher le fichier Open project: baulig/debugger

Protected Properties

Свойство Type Description
address Mono.Debugger.SourceAddress
location Mono.Debugger.SourceLocation
method MethodSource
type LocationType

Méthodes protégées

Méthode Description
DoResolve ( ScriptingContext context ) : bool
FindFile ( ScriptingContext context, string filename, int line ) : bool

Method Details

DoResolve() protected méthode

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
Résultat bool

FindFile() protected méthode

protected FindFile ( ScriptingContext context, string filename, int line ) : bool
context ScriptingContext
filename string
line int
Résultat bool

Property Details

address protected_oe property

protected SourceAddress,Mono.Debugger address
Résultat Mono.Debugger.SourceAddress

location protected_oe property

protected SourceLocation,Mono.Debugger location
Résultat Mono.Debugger.SourceLocation

method protected_oe property

protected MethodSource method
Résultat MethodSource

type protected_oe property

protected LocationType type
Résultat LocationType