Skip to main content

IExtensions.Reload method

Namespace: NextDesign.Desktop

Description

Reloads the extension with the specified identifier. Specifying true for reloadManifest reloads the manifest and rebuilds the UI such as ribbons. If false is specified for reloadManifest, the memory retention data such as code (source code) and language resources are cleared and reloaded. At this time, UI such as ribbon is not updated.

argument

NameTypeDescription
extensionIdentifierstringextension identifier
reloadManifestboolSpecifies whether to reload the manifest.
True if not specified.

Return value

  • void

Annotation

It does not reload the running extension. Also, for DLL-style extensions, reloading does not change the code.