C# Class ImageGlass.ImageListView.ImageListViewCacheMetadata.CacheRequest

Represents a cache request.
Show file Open project: d2phap/ImageGlass

Public Methods

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

Initializes a new instance of the CacheRequest class.

Method Details

CacheRequest() public method

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.
return System