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.3179.0 (4.8.3179.0)
Syntax public bool IsPreloaded { get; }
Property Value
BooleanSee Also