C# 클래스 Mongo2Go.Helper.ProcessControl

파일 보기 프로젝트 열기: JohannesHoppe/Mongo2Go 1 사용 예제들

공개 메소드들

메소드 설명
ProcessFactory ( string fileName, string arguments ) : Mongo2Go.Helper.WrappedProcess
StartAndWaitForExit ( Process process, string windowTitle ) : Mongo2Go.Helper.ProcessOutput
StartAndWaitForReady ( Process process, int timeoutInSeconds, string processReadyIdentifier, string windowTitle ) : Mongo2Go.Helper.ProcessOutput

Reads from Output stream to determine if process is ready

메소드 상세

ProcessFactory() 공개 정적인 메소드

public static ProcessFactory ( string fileName, string arguments ) : Mongo2Go.Helper.WrappedProcess
fileName string
arguments string
리턴 Mongo2Go.Helper.WrappedProcess

StartAndWaitForExit() 공개 정적인 메소드

public static StartAndWaitForExit ( Process process, string windowTitle ) : Mongo2Go.Helper.ProcessOutput
process System.Diagnostics.Process
windowTitle string
리턴 Mongo2Go.Helper.ProcessOutput

StartAndWaitForReady() 공개 정적인 메소드

Reads from Output stream to determine if process is ready
public static StartAndWaitForReady ( Process process, int timeoutInSeconds, string processReadyIdentifier, string windowTitle ) : Mongo2Go.Helper.ProcessOutput
process System.Diagnostics.Process
timeoutInSeconds int
processReadyIdentifier string
windowTitle string
리턴 Mongo2Go.Helper.ProcessOutput