C# Class Mono.Debugger.OperationCommandResult

Inheritance: CommandResult
Show file Open project: baulig/debugger Class Usage Examples

Private Properties

Property Type Description
Completed void
Completed void
OnExecd void
OperationCommandResult System

Public Methods

Method Description
Abort ( ) : void

Private Methods

Method Description
Completed ( ) : void
Completed ( SingleSteppingEngine sse, TargetEventArgs args ) : void
OnExecd ( SingleSteppingEngine new_thread ) : void
OperationCommandResult ( ThreadingModel model ) : System

Method Details

Abort() public method

public Abort ( ) : void
return void