Click or drag to resize

Runtime Properties

The Runtime type exposes the following members.

Properties
 NameDescription
Public propertyAssembly Gets the assembly reference string.
Public propertyDefinedConditionEvaluators Gets the condition evaluators defined by this runtime.
Public propertyDefinedDoozers Gets the doozers defined by this runtime.
Public propertyIsActive Gets a value indicating whether this runtime is active.
Public propertyIsHostApplicationAssembly Gets whether the assembly belongs to the host application (':' prefix).
Public propertyIsPreloadedGets 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.
Public propertyLoadedAssembly Gets the loaded assembly, loading it on demand if necessary.
Top
See Also