Runtime Properties |
The Runtime type exposes the following members.
| Name | Description | |
|---|---|---|
| Assembly | Gets the assembly reference string. | |
| DefinedConditionEvaluators | Gets the condition evaluators defined by this runtime. | |
| DefinedDoozers | Gets the doozers defined by this runtime. | |
| IsActive | Gets a value indicating whether this runtime is active. | |
| IsHostApplicationAssembly | Gets whether the assembly belongs to the host application (':' prefix). | |
| IsPreloaded | 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. | |
| LoadedAssembly | Gets the loaded assembly, loading it on demand if necessary. |