ProcessRunner Constructor Delta Engine Documentation
Initializes a new instance of the ProcessRunner class

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public ProcessRunner(
	string filePath,
	string argumentsLine = "",
	int timeoutInMs = -1
)
See Also