Base |
The BasePlugin type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| Dispose(Boolean) | ||
| DisposeUI | Disposes the given setting view. | |
| DoDisposeUI | ||
| DoShowUI | Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view. | |
| DoShowUICallback | Invokes the callback that can be used when the DoShowUI method is done. | |
| Initialize | Plug-in specific initialization can be done here if necessary. | |
| ShowUI | Shows the specific UI embedded in the plugin instance. | |
| ShowUICallback | Invokes the callback that can be used when the ShowUI method is done. | |
| ShowUICancelCallback | Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button | |
| ToString | (Overrides ObjectToString) |