Skip to main content

IExtensions interface

Namespace: NextDesign.Desktop

Description

Provides a list of extension information.

Affiliation area

NameDescription
GlobalAPIs that access the extension's execution environment and execution status.

Property

NameDescription
AllExtensionInfos Extension information list

Method

NameDescription
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.