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
  callback.ShellBoost.CoreShellThumbnail
    callback.ShellBoost.CoreAssemblyResourceShellThumbnail

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAsIcon
Gets as an icon.
(Inherited from ShellThumbnail.)
Public methodGetAsImage
Gets as an image.
(Inherited from ShellThumbnail.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImageAsIcon
Gets the image as an icon.
(Inherited from ShellThumbnail.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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