PluginDescription Properties |
The PluginDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoSubscribedEvents |
Gets the list of designer events the plugin subscribes to
| |
| Build |
Gets / sets build
| |
| Description |
Gets / sets description
| |
| ExecutionCursor |
Gets / sets the executionCursor, the cursor to show while the plugin is executing. Default is Cursors.WaitCursor.
| |
| Id |
Gets or sets the id
| |
| LogExecutionFeedback |
Gets / sets LogExecutionFeedback. This flag, true by default, controls whether LLBLGen Pro logs lines in the application output that the plugin was
executed.
| |
| Name |
Gets / sets name
| |
| RequiresProjectBackup |
Gets / sets RequiresProjectBackup. This flag, true by default, controls plug-in developers if a backup of the project file is really necessary.
| |
| ShowProgressViewerDuringExecution |
Gets / sets showProgressViewerDuringExecution. Set to true to have a progress viewer window. It's recommended this setting is set to true.
If set to false, the user has no idea what the progress of the plugin is. Default is true.
| |
| SuppressCatalogExplorerRedraw |
Gets / sets suppressCatalogExplorerRedraw. Set to true if you want to process a lot of objects which fire a lot of changed events, which will
make the catalog explorer to redraw itself a lot. If this setting is set to true, the catalog explorer is reset prior to the plugin run, and refreshed
after the plugin run. Default is false.
| |
| SuppressProjectExplorerRedraw |
Gets / sets suppressProjectExplorerRedraw. Set to true if you want to process a lot of objects which fire a lot of changed events, which will
make the project explorer to redraw itself a lot. If this setting is set to true, the project explorer is reset prior to the plugin run, and refreshed
after the plugin run. Default is false.
| |
| TargetType |
Gets / sets targetType
| |
| TypeOfPlugin |
Gets / sets typeOfPlugin
| |
| Vendor |
Gets / sets vendor
| |
| Version |
Gets / sets version
|