Click or drag to resize

BenchConfiguration Properties

The BenchConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAppLibraries
The app libraries defined in the configuration property AppLibs.
Public propertyAppProperties
The merged definition of the Bench apps.
Public propertyApps
The merged definition of the Bench apps as a AppIndexFacade.
Public propertyBenchResourceDir
The absolute path to the Bench resource directory.
Public propertyBenchRootDir
The absolute path to the root directory of Bench.
Public propertyCanTransferAppLibraryCache
Checks whether the cached app libraries of this Bench environment can be transfered in case of an export or cloning.
Public propertyCanTransferAppResourceCache
Checks whether the cached app resources of this Bench environment can be transfered in case of an export or cloning.
Public propertyCanTransferHomeDirectory
Checks whether the home directory of this Bench environment can be transfered in case of an export or cloning.
Public propertyCanTransferProjectDirectory
Checks whether the project directory of this Bench environment can be transfered in case of an export or cloning.
Public propertyDefaultValueSource
The backup value source for ungrouped properties.
(Inherited from PropertyCollection.)
Public propertySources
Gets an array with absolute paths for all configuration files used to compile this configuration.
Public propertyUse64Bit
Is true if the operating system supports 64Bit code and the Bench configuration allows 64Bit binaries.
Public propertyWithAppIndex
A flag which indicates if the app library was loaded during initialization of the BenchConfiguration.
Public propertyWithSiteConfiguration
A flag which indicates if the site configuration was loaded during the initialization of the BenchConfiguration.
Public propertyWithUserConfiguration
A flag which indicates if the user configuration was loaded during initialization of the BenchConfiguration.
Top
See Also