Click or drag to resize

Runtime Class

[Missing <summary> documentation for "T:Altaxo.AddInItems.Runtime"]

Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsRuntime

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

The Runtime type exposes the following members.

Constructors
 NameDescription
Public methodRuntimeInitializes a new instance of the Runtime class
Top
Properties
 NameDescription
Public propertyAssembly 
Public propertyDefinedConditionEvaluators 
Public propertyDefinedDoozers 
Public propertyIsActive 
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 
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 
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 
Protected methodLoadAssemblyFrom 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodShowError 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also