Click or drag to resize

ShellThumbnailAsIcon Constructor

Initializes a new instance of the ShellThumbnailAsIcon class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellThumbnailAsIcon(
	string location
)

Parameters

location
Type: SystemString
The icon location.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocation is null.
See Also