Click or drag to resize

AppIndexFacade Properties

The AppIndexFacade type exposes the following members.

Properties
  NameDescription
Public propertyActiveApps
Gets an array with facades for all active apps.
Public propertyAll
Gets an array with facades for all apps.
Public propertyEnvironment
Gets a dictionary with the merged environment variables of all activated apps. That excludes the PATH environment variable, which is handeled separatly in EnvironmentPath.
Public propertyEnvironmentPath
Gets an array with the paths for environment registration of all activated apps.
Public propertyInactiveApps
Gets an array with facades for all inactive apps.
Public propertyItem
Gets an instance of AppFacade for the specified app.
Public propertyRequiredApps
Gets an array with facades for all apps required by Bench itself.
Top
See Also