Class IconStores
Assembly: ZeroInstall.DesktopIntegration.dll
Syntax
public static class IconStores : Object
Methods
Cache(Config, ITaskHandler)
Provides icon files for display in table- or tile-like GUIs. Files may be discarded later.
Declaration
public static IIconStore Cache(Config config, ITaskHandler handler)
Parameters
Returns
DesktopIntegration(Config, ITaskHandler, Boolean)
Provides icon files for use with desktop integration. Files will remain persisted.
Declaration
public static IIconStore DesktopIntegration(Config config, ITaskHandler handler, bool machineWide)
Parameters
Returns