ThumbnailProvider Class |
Namespace: 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 | |
---|---|---|
![]() | GetThumbnailBitmap |
Gets the thumbnail bitmap.
|
![]() | GetThumbnailBitmapHandle |
Gets the thumbnail bitmap handle.
|
![]() | 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.) |
![]() | Trace |
Sends a text to trace.
(Inherited from Handler.) |
![]() | Unregister |
Unregisters this handler from the registry.
(Inherited from Handler.) |