Runtime Class |
[Missing <summary> documentation for "T:Altaxo.AddInItems.Runtime"]
public class Runtime
The Runtime type exposes the following members.
Name | Description | |
---|---|---|
Assembly | ||
DefinedConditionEvaluators | ||
DefinedDoozers | ||
IsActive | ||
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 |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FindType | ||
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Load | Force loading the runtime assembly now. | |
LoadAssembly | ||
LoadAssemblyFrom | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ShowError | ||
ToString | Returns a string that represents the current object. (Inherited from Object) |