Handler Class |
Namespace: ShellBoost.Core.Handlers
public abstract class Handler
The Handler type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilePath |
Gets the file path. Only valid if IInitializeWithFile was called.
|
![]() | Item |
Gets the item. Only valid if IInitializeWithItem was called.
|
![]() | Mode |
Indicate the access mode for the Item, FilePath or Stream.
|
![]() | NativeStream |
Gets the native stream. Only valid if IInitializeWithStream was called.
|
![]() | Site |
Gets the site object in the container.
|
![]() | Stream |
Gets the stream. Only valid if IInitializeWithStream was called.
|
Name | Description | |
---|---|---|
![]() | RegisterInProcess |
Registers this handler in the registry as In-Process.
|
![]() | RegisterOutOfProcess |
Registers this handler in the registry as Out-Of-Process.
|
![]() | Trace |
Sends a text to trace.
|
![]() | Unregister |
Unregisters this handler from the registry.
|