C# Class Wox.Infrastructure.Image.ImageCache

Afficher le fichier Open project: Wox-launcher/Wox Class Usage Examples

Méthodes publiques

Свойство Type Description
Usage int>.ConcurrentDictionary

Méthodes publiques

Méthode Description
Cleanup ( ) : void
ContainsKey ( string key ) : bool
this ( string path ) : System.Windows.Media.ImageSource

Method Details

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

this() public méthode

public this ( string path ) : System.Windows.Media.ImageSource
path string
Résultat System.Windows.Media.ImageSource

Property Details

Usage public_oe property

public ConcurrentDictionary Usage
Résultat int>.ConcurrentDictionary