Method | Description | |
---|---|---|
ProcessFactory ( string fileName, string arguments ) : Mongo2Go.Helper.WrappedProcess | ||
StartAndWaitForExit ( |
||
StartAndWaitForReady ( |
Reads from Output stream to determine if process is ready
|
public static ProcessFactory ( string fileName, string arguments ) : Mongo2Go.Helper.WrappedProcess | ||
fileName | string | |
arguments | string | |
return | Mongo2Go.Helper.WrappedProcess |
public static StartAndWaitForExit ( |
||
process | ||
windowTitle | string | |
return | Mongo2Go.Helper.ProcessOutput |
public static StartAndWaitForReady ( |
||
process | ||
timeoutInSeconds | int | |
processReadyIdentifier | string | |
windowTitle | string | |
return | Mongo2Go.Helper.ProcessOutput |