Click or drag to resize

IProcessExecutionHost Interface

This interface describes the capability to execute Windows processes in a synchronous or asynchronous fashion.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public interface IProcessExecutionHost : IDisposable

The IProcessExecutionHost type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodRunProcess
Starts a Windows process in a synchronous fashion.
Public methodStartProcess
Starts a Windows process in an asynchronous fashion.
Top
See Also