C# Class RoboSharp.RoboCommand

Inheritance: IDisposable
Afficher le fichier Open project: tjscience/RoboSharp

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GenerateParameters ( ) : string
process_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
process_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

RoboCommand() public méthode

public RoboCommand ( ) : System
Résultat System

Start() public méthode

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

Stop() public méthode

public Stop ( ) : void
Résultat void