Click or drag to resize

AssemblyResourceShellThumbnail Constructor (ShellFolderServer, String)

Initializes a new instance of the AssemblyResourceShellThumbnail class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public AssemblyResourceShellThumbnail(
	ShellFolderServer server,
	string name
)

Parameters

server
Type: callback.ShellBoost.CoreShellFolderServer
The server instance.
name
Type: SystemString
The name.
See Also