AssemblyResourceShellThumbnail Class |
Namespace: ShellBoost.Core
public class AssemblyResourceShellThumbnail : ShellThumbnail
The AssemblyResourceShellThumbnail type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyResourceShellThumbnail(ShellFolderServer, String) |
Initializes a new instance of the AssemblyResourceShellThumbnail class.
| |
| AssemblyResourceShellThumbnail(ShellFolderServer, Assembly, String) |
Initializes a new instance of the AssemblyResourceShellThumbnail class.
|
| Name | Description | |
|---|---|---|
| Assembly |
Gets the assembly.
| |
| IconIndex |
Gets or sets the icon index if it's positive, or the icon resource id, if it's negative.
(Inherited from ShellThumbnail.) | |
| IconLocation |
Gets or sets the icon path.
(Overrides ShellThumbnailIconLocation.) | |
| IconOptions |
Gets or sets the icon options.
(Inherited from ShellThumbnail.) | |
| ImageLocation |
Gets or sets the image path.
(Overrides ShellThumbnailImageLocation.) | |
| ImageOptions |
Gets or sets the image options.
(Inherited from ShellThumbnail.) | |
| Name |
Gets the name.
| |
| Server |
Gets the server.
| |
| UseImageAsIcon |
Gets or sets a value that indicate whether the image is used as an icon.
(Inherited from ShellThumbnail.) |
| Name | Description | |
|---|---|---|
| GetAsIcon |
Gets as an icon.
(Inherited from ShellThumbnail.) | |
| GetAsImage |
Gets as an image.
(Inherited from ShellThumbnail.) | |
| GetImageAsIcon |
Gets the image as an icon.
(Inherited from ShellThumbnail.) | |
| WriteIconLocationFile |
Writes the icon location file. This method can for example be used by a setup program or installer.
| |
| WriteImageLocationFile |
Writes the image location file. This method can for example be used by a setup program or installer.
|