Table of Contents

Class IconStoreExtensions

Namespace
ZeroInstall.Store.Icons
Assembly
ZeroInstall.Store.dll

Provides extension methods for IIconStore.

public static class IconStoreExtensions
Inheritance
IconStoreExtensions
Inherited Members

Methods

GetCached(IIconStore, Icon)

Tries to get an icon that is already cached.

public static string? GetCached(this IIconStore iconStore, Icon icon)

Parameters

iconStore IIconStore

The icon store.

icon Icon

The icon to get.

Returns

string

The file path of the icon in the cache; null if the icon is not cached yet.