C# 클래스 ZeroInstall.Store.Icons.DiskIconCache

Provides access to a disk-based cache of icon files that were downloaded via HTTP(S).
상속: IIconCache
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( Uri iconUrl ) : bool
DiskIconCache ( [ path ) : System

Creates a new disk-based cache.

GetIcon ( Uri iconUrl, ITaskHandler handler ) : string
Remove ( Uri iconUrl ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( Uri iconUrl ) : bool
iconUrl System.Uri
리턴 bool

DiskIconCache() 공개 메소드

Creates a new disk-based cache.
public DiskIconCache ( [ path ) : System
path [ A fully qualified directory path.
리턴 System

GetIcon() 공개 메소드

public GetIcon ( Uri iconUrl, ITaskHandler handler ) : string
iconUrl System.Uri
handler ITaskHandler
리턴 string

Remove() 공개 메소드

public Remove ( Uri iconUrl ) : void
iconUrl System.Uri
리턴 void