ProcessHelper
Provides the ability to delegate the execution of an executable to another thread.
Gets the singleton instance of ProcessHelper.
protected ProcessHelper()
Initializes a new instance of ProcessHelper.
protected virtual string KillProcessGracefully(Process process, ProcessExecutor processExecutor, bool returnValue)
Executes the provided executable on the system thread pool, killing any currently executing instances of the executable.