ThumbnailProvider Class |
Namespace: callback.ShellBoost.Core.Handlers
public abstract class ThumbnailProvider : Handler
The ThumbnailProvider type exposes the following members.
Name | Description | |
---|---|---|
ThumbnailProvider | Initializes a new instance of the ThumbnailProvider class |
Name | Description | |
---|---|---|
FilePath |
Gets the file path. Only valid if IInitializeWithFile was called.
(Inherited from Handler.) | |
Item |
Gets the item. Only valid if IInitializeWithItem was called.
(Inherited from Handler.) | |
Mode |
Indicate the access mode for the Item, FilePath or Stream.
(Inherited from Handler.) | |
NativeStream |
Gets the native stream. Only valid if IInitializeWithStream was called.
(Inherited from Handler.) | |
Site |
Gets the site object in the container.
(Inherited from Handler.) | |
Stream |
Gets the stream. Only valid if IInitializeWithStream was called.
(Inherited from Handler.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetThumbnailBitmap |
Gets the thumbnail bitmap.
| |
GetThumbnailBitmapHandle |
Gets the thumbnail bitmap handle.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterInProcess |
Registers this handler in the registry as In-Process.
(Inherited from Handler.) | |
RegisterOutOfProcess |
Registers this handler in the registry as Out-Of-Process.
(Inherited from Handler.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Trace |
Sends a text to trace.
(Inherited from Handler.) | |
Unregister |
Unregisters this handler from the registry.
(Inherited from Handler.) |