IExtensions.Reload method
Namespace: NextDesign.Desktop
Description
Reloads the extension with the given 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 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
Name | Type | Description |
---|---|---|
extensionIdentifier | string | extension identifier |
reloadManifest | bool | Specifies 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.