Click or drag to resize

ShellThumbnail Constructor (String)

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 imageLocation
)

Parameters

imageLocation
Type: SystemString
The image path.
Exceptions
ExceptionCondition
ArgumentNullExceptionimageLocation is null.
See Also