C# Class ZeroInstall.Commands.Utils.AppUtils

Provides utility methods for operating on AppLists and IIntegrationManagers.
Mostrar archivo Open project: 0install/0install-win

Public Methods

Method Description
RemoveAllApps ( ITaskHandler handler, bool machineWide ) : void

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

Method Details

RemoveAllApps() public static method

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.
return void