Click or drag to resize

IconShellThumbnail Constructor

Initializes a new instance of the IconShellThumbnail class. The icon will be saved to a physical file path.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IconShellThumbnail(
	Icon icon,
	string cacheKey,
	bool refreshCache
)

Parameters

icon
Type: System.DrawingIcon
The icon.
cacheKey
Type: SystemString
The cache key.
refreshCache
Type: SystemBoolean
if set to true the cache will be refreshed.
Exceptions
ExceptionCondition
ArgumentNullException icon is null or cacheKey is null.
See Also