Skip to main content

IExtensions.ReloadAll method

Namespace: NextDesign.Desktop

Description

Reload 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 in 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.

argument

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

Return value

  • void

Annotations

Does not reload running extensions.
Also, for extensions in DLL format, the code does not change even after reloading.