C# 클래스 Etg.Yams.Process.SelfRestartingProcessFactory

상속: IProcessFactory
파일 보기 프로젝트 열기: Microsoft/Yams

공개 메소드들

메소드 설명
CreateProcess ( string exePath, string args ) : IProcess
SelfRestartingProcessFactory ( int maximumRestartAttempts, bool showProcessWindow )

메소드 상세

CreateProcess() 공개 메소드

public CreateProcess ( string exePath, string args ) : IProcess
exePath string
args string
리턴 IProcess

SelfRestartingProcessFactory() 공개 메소드

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