C# Класс ZeroInstall.Commands.Utils.AppUtils

Provides utility methods for operating on AppLists and IIntegrationManagers.
Показать файл Открыть проект

Открытые методы

Метод Описание
RemoveAllApps ( ITaskHandler handler, bool machineWide ) : void

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

Описание методов

RemoveAllApps() публичный статический Метод

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.
Результат void