Click or drag to resize

BenchConfigurationReload Method

Reloads the set of configuration files, specified during construction. Call this method to create an updated instance of BenchConfiguration after one of the configuration files was changed.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public BenchConfiguration Reload()

Return Value

Type: BenchConfiguration
A new instance of BenchConfiguration, which has loaded the same set of configuration files as this instance.
See Also