C# Class Etg.Yams.Process.SelfRestartingProcessFactory

Inheritance: IProcessFactory
显示文件 Open project: Microsoft/Yams

Public Methods

Method Description
CreateProcess ( string exePath, string args ) : IProcess
SelfRestartingProcessFactory ( int maximumRestartAttempts, bool showProcessWindow )

Method Details

CreateProcess() public method

public CreateProcess ( string exePath, string args ) : IProcess
exePath string
args string
return IProcess

SelfRestartingProcessFactory() public method

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