Show / Hide Table of Contents

Class IconStores

Provides IIconStore instances.

Inheritance
Object
IconStores
Namespace: ZeroInstall.DesktopIntegration
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
Type Name Description
Config config
ITaskHandler handler
Returns
Type Description
IIconStore

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
Type Name Description
Config config
ITaskHandler handler
Boolean machineWide
Returns
Type Description
IIconStore
In This Article
Back to top Copyright Bastian Eicher et al