C# Class Mono.Debugger.Frontend.BreakpointDeleteCommand

Inheritance: EventHandleCommand, IDocumentableCommand
显示文件 Open project: baulig/debugger

Protected Methods

Method Description
Action ( ScriptingContext context, Event handle ) : void
ActionDone ( ScriptingContext context ) : void

Method Details

Action() protected method

protected 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