Runtime Class |
public class Runtime
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. |
| 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 | Finds a type by name in the loaded assembly. | |
| 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 | Loads an assembly from its display name. | |
| LoadAssemblyFrom | Loads an assembly from the specified file. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ShowError | Shows an error message. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |