Table of Contents

Class CatalogManagerExtensions

Namespace
ZeroInstall.Services.Feeds
Assembly
ZeroInstall.Services.dll

Provides extension methods for ICatalogManager.

public static class CatalogManagerExtensions
Inheritance
CatalogManagerExtensions
Inherited Members

Methods

GetCachedSafe(ICatalogManager)

Loads the last result of GetOnline().

public static Catalog GetCachedSafe(this ICatalogManager manager)

Parameters

manager ICatalogManager

Returns

Catalog

A Catalog; an empty Catalog if there was a problem.

GetOnlineSafe(ICatalogManager)

Downloads and merges all Catalogs specified by the configuration files.

public static Catalog GetOnlineSafe(this ICatalogManager manager)

Parameters

manager ICatalogManager

Returns

Catalog

A Catalog; an empty Catalog if there was a problem.