Click or drag to resize

AssemblyResourceShellThumbnail Class

A class that ShellBoost uses to represent a Windows Shell thumbnail, from a .NET assembly.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreShellThumbnail
    ShellBoost.CoreAssemblyResourceShellThumbnail

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class AssemblyResourceShellThumbnail : ShellThumbnail

The AssemblyResourceShellThumbnail type exposes the following members.

Constructors
  NameDescription
Public methodAssemblyResourceShellThumbnail(ShellFolderServer, String)
Initializes a new instance of the AssemblyResourceShellThumbnail class.
Public methodAssemblyResourceShellThumbnail(ShellFolderServer, Assembly, String)
Initializes a new instance of the AssemblyResourceShellThumbnail class.
Top
Properties
  NameDescription
Public propertyAssembly
Gets the assembly.
Public propertyIconIndex
Gets or sets the icon index if it's positive, or the icon resource id, if it's negative.
(Inherited from ShellThumbnail.)
Public propertyIconLocation
Gets or sets the icon path.
(Overrides ShellThumbnailIconLocation.)
Public propertyIconOptions
Gets or sets the icon options.
(Inherited from ShellThumbnail.)
Public propertyImageLocation
Gets or sets the image path.
(Overrides ShellThumbnailImageLocation.)
Public propertyImageOptions
Gets or sets the image options.
(Inherited from ShellThumbnail.)
Public propertyName
Gets the name.
Public propertyServer
Gets the server.
Public propertyUseImageAsIcon
Gets or sets a value that indicate whether the image is used as an icon.
(Inherited from ShellThumbnail.)
Top
Methods
  NameDescription
Public methodGetAsIcon
Gets as an icon.
(Inherited from ShellThumbnail.)
Public methodGetAsImage
Gets as an image.
(Inherited from ShellThumbnail.)
Public methodGetImageAsIcon
Gets the image as an icon.
(Inherited from ShellThumbnail.)
Public methodWriteIconLocationFile
Writes the icon location file. This method can for example be used by a setup program or installer.
Public methodWriteImageLocationFile
Writes the image location file. This method can for example be used by a setup program or installer.
Top
See Also