C# Class Etg.Yams.Process.Process

A Wrapper around the System.Diagnostics.Process.
Inheritance: IProcess
Afficher le fichier Open project: Microsoft/Yams

Méthodes publiques

Méthode Description
Close ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
Kill ( ) : System.Threading.Tasks.Task
Process ( string exePath, string exeArgs, bool showProcessWindow ) : System
ReleaseResources ( ) : System.Threading.Tasks.Task
Start ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
ProcessExited ( object sender, EventArgs e ) : void

Method Details

Close() public méthode

public Close ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Kill() public méthode

public Kill ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Process() public méthode

public Process ( string exePath, string exeArgs, bool showProcessWindow ) : System
exePath string
exeArgs string
showProcessWindow bool
Résultat System

ProcessExited() protected méthode

protected ProcessExited ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ReleaseResources() public méthode

public ReleaseResources ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Start() public méthode

public Start ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task