C# 클래스 ZeroInstall.Commands.Utils.AppUtils

Provides utility methods for operating on AppLists and IIntegrationManagers.
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
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