RuntimeIsPreloaded Property |
Gets a value indicating whether this
Runtime is preloaded, i.e. is loaded immedeately after reading the .addin file.
This can be useful e.g. for resource assemblies of the addin, in which the menu strings and resources required for the addin are defined.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool IsPreloaded { get; }
Property Value
Boolean
See Also