AppIndexFacade Class |
A collection of Bench apps.
This class provides a facade to handle the properties and the states of the bench apps in an object-oriented fashion.
Namespace: Mastersign.Bench
The AppIndexFacade type exposes the following members.
| Name | Description | |
|---|---|---|
| AppIndexFacade |
Initializes a new instance of AppIndexFacade.
|
| Name | Description | |
|---|---|---|
| ActiveApps |
Gets an array with facades for all active apps.
| |
| All |
Gets an array with facades for all apps.
| |
| Environment |
Gets a dictionary with the merged environment variables of all activated apps.
That excludes the PATH environment variable, which is handeled
separatly in EnvironmentPath.
| |
| EnvironmentPath |
Gets an array with the paths for environment registration of all activated apps.
| |
| InactiveApps |
Gets an array with facades for all inactive apps.
| |
| Item |
Gets an instance of AppFacade for the specified app.
| |
| RequiredApps |
Gets an array with facades for all apps required by Bench itself.
|
| Name | Description | |
|---|---|---|
| ByCategory |
Gets all apps of a given category.
| |
| Equals | (Inherited from Object.) | |
| Exists |
Checks whether an app ID exists in the app index.
| |
| Finalize | (Inherited from Object.) | |
| GetApps |
Gets a collection with AppFacade objects for multiple apps.
| |
| GetEnumerator |
Gets the facades for all apps in the index.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Search(String) |
Searches for apps with a search string.
The search string is split into words by space.
Words in double quotes are kept whole.
| |
| Search(String) |
Searches for apps with multiple search strings.
Every search string is normalized but matched as a whole.
| |
| ToString | (Inherited from Object.) |