Click or drag to resize

IBenchManager Interface

A Bench manager is an object which knows the most important components of a Bench system.

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

The IBenchManager type exposes the following members.

Properties
  NameDescription
Public propertyConfig
The configuration of the Bench system.
Public propertyDownloader
The downloader for downloading app resources.
Public propertyEnv
The environment variables of the Bench system.
Public propertyProcessExecutionHost
The host for starting and running Windows processes.
Public propertyUI
The user interface to communicate with the user.
Top
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Top
See Also