Click or drag to resize

SimpleExecutionHost Methods

The SimpleExecutionHost type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes this instance and frees all ocupied resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodStatic memberPreparePowerShellScriptExecution
Checks whether a PowerShell script shall be executed. And if that is the case, adjusts the executable and argument strings.
Public methodRunProcess
Starts a Windows process in a synchronous fashion.
Public methodStartProcess(BenchEnvironment, String, String, String, ProcessExitCallback, ProcessMonitoring)
Starts a Windows process in an asynchronous fashion.
Protected methodStartProcess(BenchEnvironment, String, String, String, Boolean, StringBuilder, StringBuilder)
Starts a Windows process in a synchronous fashion.
Public methodToString (Inherited from Object.)
Top
See Also