C# Class ImageGlass.ImageListView.ImageListViewCacheMetadata.CacheRequest

Represents a cache request.
Afficher le fichier Open project: d2phap/ImageGlass

Méthodes publiques

Méthode Description
CacheRequest ( System.Guid guid, ImageListView adaptor, object virtualItemKey, bool useWIC ) : System

Initializes a new instance of the CacheRequest class.

Method Details

CacheRequest() public méthode

Initializes a new instance of the CacheRequest class.
public CacheRequest ( System.Guid guid, ImageListView adaptor, object virtualItemKey, bool useWIC ) : System
guid System.Guid The guid of the item.
adaptor ImageListView The adaptor of this item.
virtualItemKey object The virtual item key of this item.
useWIC bool Whether to use the Windows Imaging Component.
Résultat System