Skip to main content

IExtensions interface

Namespace: NextDesign.Desktop

Description

Provides a list of extension information.

Affiliation area

NameDescription
globalA group of APIs that access the execution environment and execution state of the extension.

Property

NameDescription
AllExtensionInfosExtension information list

Method

NameDescription
GetExtensionInfoGets the extension information for the specified identifier.
ReloadReloads 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.
ReloadAllReloads 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.