C# Class Mono.Debugger.Frontend.EventHandleCommand

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

Protected Properties

Свойство Type Description
handle Mono.Debugger.Event

Méthodes protégées

Méthode Description
Action ( ScriptingContext context, Event handle ) : void
ActionDone ( ScriptingContext context ) : void
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool

Method Details

Action() protected abstract méthode

protected abstract Action ( ScriptingContext context, Event handle ) : void
context ScriptingContext
handle Mono.Debugger.Event
Résultat void

ActionDone() protected méthode

protected ActionDone ( ScriptingContext context ) : void
context ScriptingContext
Résultat void

DoExecute() protected méthode

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
Résultat object

DoResolve() protected méthode

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

Property Details

handle protected_oe property

protected Event,Mono.Debugger handle
Résultat Mono.Debugger.Event