Click or drag to resize

DefaultBenchManager Methods

The DefaultBenchManager type exposes the following members.

Methods
  NameDescription
Public methodAutoSetup
Runs a full automatic setup, including app resource download, app installation of all active apps and setup of the environment.
Public methodCleanUpAppResources
Deletes all obsolete app resources from the cache.
Public methodCloneBenchEnvironment
Creates a clone of a given Bench environment, including a specific selection of directories and files.
Public methodDeleteAppResource
Deletes the cached resource of the specified app.
Public methodDeleteAppResources
Deletes all cached app resources.
Public methodDispose
Disposes all disposable child objects.
Public methodDownloadAppResource
Downloads the resource for the specified app, in case it is not already cached.
Public methodDownloadAppResources
Downloads the app resources for all active apps, in case they are not already cached.
Public methodDownloadBenchUpdate
Downloads the latest Bench binary and bootstrap file.
Public methodEquals (Inherited from Object.)
Public methodExportBenchEnvironment
Creates a transfer package of a given Bench environment, including a specific selection of directories and files.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInstallApp
Installs the specified app, in case it is not already installed. This also downloads missing app resources.
Public methodInstallApps
Installs all active apps, in case they are not already installed. This also downloads missing app resources.
Public methodLoadAppLibraries
Loads the app libraries, configured in the configuration.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReinstallApp
Uninstalls the specified app, and then installs it again.
Public methodReinstallApps
Uninstalls all installed apps, and then installs all active apps again.
Public methodSetupRequiredApps
Sets up only the apps required by Bench.
Public methodToString (Inherited from Object.)
Public methodUninstallApp
Uninstalls the specified app, in case it is installed.
Public methodUninstallApps
Uninstalls all installed apps.
Public methodUpdateEnvironment
Sets up the environment, including the env.cmd, the launcher scripts and launcher shortcuts. It also runs all custom environment scripts.
Public methodUpgradeApp
Upgrades the specified app, if it can be upgraded.
Public methodUpgradeApps
Upgrades all active apps, which can be upgraded.
Top
See Also