C# Class Etg.Yams.Process.SelfRestartingProcessFactory

Inheritance: IProcessFactory
Afficher le fichier Open project: Microsoft/Yams

Méthodes publiques

Méthode Description
CreateProcess ( string exePath, string args ) : IProcess
SelfRestartingProcessFactory ( int maximumRestartAttempts, bool showProcessWindow )

Method Details

CreateProcess() public méthode

public CreateProcess ( string exePath, string args ) : IProcess
exePath string
args string
Résultat IProcess

SelfRestartingProcessFactory() public méthode

public SelfRestartingProcessFactory ( int maximumRestartAttempts, bool showProcessWindow )
maximumRestartAttempts int
showProcessWindow bool