C# Class Mono.Debugger.Frontend.EventHandleCommand

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

Protected Properties

Property Type Description
handle Mono.Debugger.Event

Protected Methods

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

Method Details

Action() protected abstract method

protected abstract Action ( ScriptingContext context, Event handle ) : void
context ScriptingContext
handle Mono.Debugger.Event
return void

ActionDone() protected method

protected ActionDone ( ScriptingContext context ) : void
context ScriptingContext
return void

DoExecute() protected method

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
return object

DoResolve() protected method

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

Property Details

handle protected_oe property

protected Event,Mono.Debugger handle
return Mono.Debugger.Event