| PluginDescription Class | 
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility
The PluginDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| PluginDescription | 
            Creates a new PluginDescription instance.
              | 
| 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
              | 
| 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.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | 
            Overrides tostring
              (Overrides ObjectToString.) |