Click or drag to resize

ShellThumbnail Constructor (String, Int32)

Initializes a new instance of the ShellThumbnail class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellThumbnail(
	string iconLocation,
	int iconIndex
)

Parameters

iconLocation
Type: SystemString
The icon path.
iconIndex
Type: SystemInt32
The icon index if it's positive or the icon resource id, if it's negative.
Exceptions
ExceptionCondition
ArgumentNullExceptioniconLocation is null.
See Also