Click or drag to resize

AssemblyResourceShellThumbnail Constructor (ShellFolderServer, Assembly, 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,
	Assembly assembly,
	string name
)

Parameters

server
Type: callback.ShellBoost.CoreShellFolderServer
The server instance.
assembly
Type: System.ReflectionAssembly
The assembly.
name
Type: SystemString
The name.
Exceptions
ExceptionCondition
ArgumentNullException server is null or name is null.
See Also