IExtensions interface
Namespace: NextDesign.Desktop
Description
Provides a list of extension information.
Affiliation area
| Name | Description |
|---|---|
| Global | APIs that access the extension's execution environment and execution status. |
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 ribbon will be rebuilt. If false is specified for reloadManifest, the memory retention data such as code (source code) and language resources will be cleared and reloaded. At this time, UI such as ribbon is not updated. |
| ReloadAll | Reloads all extensions. If true is specified for reloadManifest, the manifest will be reloaded and the UI such as ribbon will be rebuilt. If false is specified for reloadManifest, the memory retention data such as code (source code) and language resources will be cleared and reloaded. At this time, UI such as ribbon is not updated. |