Skip to main content

IExtensions.ReloadAll method

Namespace: NextDesign.Desktop

Description

Reloads all extensions. 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
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.