IExtensions interface
Namespace: NextDesign.Desktop
Description
Provides a list of extension information.
Affiliation area
Name | Description |
---|---|
global | A group of APIs that access the execution environment and execution state of the extension. |
Property
Name | Description |
---|---|
AllExtensionInfos | Extension information list |
Method
Name | Description |
---|---|
GetExtensionInfo | Gets the extension information for the specified identifier. |
Reload | Reloads the extension with the specified identifier. If true is specified for reloadManifest, the manifest will be reloaded and the UI such as the ribbon will be rebuilt. If false is specified for reloadManifest, memory retention data such as code (source code) and language resources are cleared and reloaded. At this time, the UI such as the ribbon will not be updated. |
ReloadAll | Reloads all extensions. If true is specified for reloadManifest, the manifest will be reloaded and the UI such as the ribbon will be rebuilt. If false is specified for reloadManifest, memory retention data such as code (source code) and language resources are cleared and reloaded. At this time, the UI such as the ribbon will not be updated. |