C# Class RoboSharp.RoboCommand

Inheritance: IDisposable
显示文件 Open project: tjscience/RoboSharp

Public Methods

Method Description
Dispose ( ) : void
Pause ( ) : void
Resume ( ) : void
RoboCommand ( ) : System
Start ( string domain = "", string username = "", string password = "" ) : System.Threading.Tasks.Task
Stop ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GenerateParameters ( ) : string
process_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
process_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

RoboCommand() public method

public RoboCommand ( ) : System
return System

Start() public method

public Start ( string domain = "", string username = "", string password = "" ) : System.Threading.Tasks.Task
domain string
username string
password string
return System.Threading.Tasks.Task

Stop() public method

public Stop ( ) : void
return void