C# Class MonoDevelop.Debugger.Soft.Rhino.RhinoSoftDebuggerSession

Inheritance: Mono.Debugging.Soft.SoftDebuggerSession
Show file Open project: mcneel/RhinoCommonXamarinStudioAddin

Protected Methods

Method Description
EndSession ( ) : void
OnExit ( ) : void
OnRun ( Mono startInfo ) : void
OnStop ( ) : void

Private Methods

Method Description
EndRhinoProcess ( ) : void

Method Details

EndSession() protected method

protected EndSession ( ) : void
return void

OnExit() protected method

protected OnExit ( ) : void
return void

OnRun() protected method

protected OnRun ( Mono startInfo ) : void
startInfo Mono
return void

OnStop() protected method

protected OnStop ( ) : void
return void