C# Class ZeroInstall.Commands.Utils.AppUtils

Provides utility methods for operating on AppLists and IIntegrationManagers.
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
RemoveAllApps ( ITaskHandler handler, bool machineWide ) : void

Removes all applications from the AppList and undoes any desktop environment integration.

Method Details

RemoveAllApps() public static méthode

Removes all applications from the AppList and undoes any desktop environment integration.
public static RemoveAllApps ( ITaskHandler handler, bool machineWide ) : void
handler ITaskHandler A callback object used when the the user is to be informed about the progress of long-running operations such as downloads.
machineWide bool Apply the operation machine-wide instead of just for the current user.
Résultat void