Click or drag to resize

TransferPaths Enumeration

The different kinds of paths, selectable for a Bench environment transfer.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
[FlagsAttribute]
public enum TransferPaths
Members
  Member nameValueDescription
System0 The Bench system files.
UserConfiguration1 The directory with the user configuration and the user app library.
HomeDirectory2 The home directory with the settings and user profile files.
ProjectDirectory4 The directory with the projects.
AppLibraries48 The loaded app libraries.
RequiredAppResourceCache256 The cached resources of the required apps.
AppResourceCache768 The cached resources of all apps.
RequiredApps4352 The required apps as cached and installed.
Apps13056 All apps as cached and installed.
All65535 The complete Bench environment.
See Also