Click or drag to resize

Runtime Class

Describes a runtime import declared by an add-in.
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsRuntime

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class Runtime

The Runtime type exposes the following members.

Constructors
 NameDescription
Public methodRuntime Initializes a new instance of the Runtime class.
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindType Finds a type by name in the loaded assembly.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoad Force loading the runtime assembly now.
Protected methodLoadAssembly Loads an assembly from its display name.
Protected methodLoadAssemblyFrom Loads an assembly from the specified file.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodShowError Shows an error message.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also