Table of Contents

Namespace ZeroInstall.Client

Client library for invoking Zero Install commands from within other applications.

Note

NuGet package: ZeroInstall.Client

Use ZeroInstallClient.Detect to automatically discover the locations of the 0install and/or 0install-win executables. This gives you an instance of IZeroInstallClient, which enables easy programmatic access to a subset of the Zero Install command-line interface.

Additional documentation

Classes

IntegrationCategories

Well-known access point categories suitable for passing as add and remove parameters to IntegrateAsync(FeedUri, IEnumerable<string>?, IEnumerable<string>?, bool).

TemporarilyUnavailableException

Zero Install is temporarily unavailable. Try again in a few seconds.

ZeroInstallClient

Client for invoking Zero Install commands from within other applications.

Interfaces

IZeroInstallClient

Client for invoking Zero Install commands from within other applications.