C# Класс ImageGlass.ImageListView.ImageListViewCacheMetadata.CacheRequest

Represents a cache request.
Показать файл Открыть проект

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

Метод Описание
CacheRequest ( System.Guid guid, ImageListView adaptor, object virtualItemKey, bool useWIC ) : System

Initializes a new instance of the CacheRequest class.

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

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

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.
Результат System