C# Класс ModernApp4Me.WP8.Download.SystemImageCache

Implements an ImageCache using the cache mechanism provided by the system.
Наследование: ImageCache
Показать файл Открыть проект

Открытые методы

Метод Описание
Clear ( ) : void

Implements ImageCache.Clear.

SystemImageCache ( string name ) : System

Initializes a new SystemImageCache instance with the specified name.

Защищенные методы

Метод Описание
GetInternal ( Uri imageUri ) : System.Windows.Media.ImageSource

Implements ImageCache.GetInternal.

Описание методов

Clear() публичный Метод

Implements ImageCache.Clear.
public Clear ( ) : void
Результат void

GetInternal() защищенный Метод

Implements ImageCache.GetInternal.
protected GetInternal ( Uri imageUri ) : System.Windows.Media.ImageSource
imageUri System.Uri
Результат System.Windows.Media.ImageSource

SystemImageCache() публичный Метод

Initializes a new SystemImageCache instance with the specified name.
public SystemImageCache ( string name ) : System
name string
Результат System