Click or drag to resize

AppFacade Methods

The AppFacade type exposes the following members.

Methods
  NameDescription
Public methodDeactivate
Marks this app as deactivetd.
Public methodDiscardCachedValues
Clears cached values from the state of the app. If the state of an app was possibly changed, this method has to be called, to allow determining the new state from the file system and not just showing the last cached state.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCustomScript
Gets a path to a custom script file for this app.
Public methodGetExecutableProxy
Gets the path to the adornment wrapper script for a given executable of this app.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLauncherFile
Gets a path to the launcher shortcut file.
Public methodGetLauncherScriptFile
Gets a path to the launcher script file.
Public methodGetSetupResource
Gets a path to a setup resource file or directory.
Public methodGetType (Inherited from Object.)
Public methodIsExecutableAdorned
Checks, whether an executable of this app is marked as adorned, or not.
Public methodStatic memberIsKnownProperty
Checks whether a property name is known to the Bench system or not.
Public methodLoadCachedValues
Does some expensive checks for the app and caches the result for later requests. These checks involve interaction with the file system.
Public methodMatchSearchString
Matches a number of search words against this app.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string, containing the apps typ and ID.
(Overrides ObjectToString.)
Top
See Also