Class StaticAppRuntime
An application application runtime providing only assemblies loaded by the runtime.
Inheritance
System.Object
System.Dynamic.DynamicObject
StaticAppRuntime
Inherited Members
System.Dynamic.DynamicObject.GetMetaObject(System.Linq.Expressions.Expression)
System.Dynamic.DynamicObject.TryBinaryOperation(System.Dynamic.BinaryOperationBinder, System.Object, System.Object)
System.Dynamic.DynamicObject.TryConvert(System.Dynamic.ConvertBinder, System.Object)
System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryDeleteIndex(System.Dynamic.DeleteIndexBinder, System.Object[])
System.Dynamic.DynamicObject.TryDeleteMember(System.Dynamic.DeleteMemberBinder)
System.Dynamic.DynamicObject.TryGetIndex(System.Dynamic.GetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryInvoke(System.Dynamic.InvokeBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TrySetIndex(System.Dynamic.SetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryUnaryOperation(System.Dynamic.UnaryOperationBinder, System.Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Application
Assembly: Kephas.Core.dll
Syntax
public class StaticAppRuntime : AppRuntimeBase, IAppRuntime, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable
Constructors
| Improve this Doc View SourceStaticAppRuntime(IAssemblyLoader, ILogManager, Func<AssemblyName, Boolean>, String, String, String, IExpando)
Initializes a new instance of the StaticAppRuntime class.
Declaration
public StaticAppRuntime(IAssemblyLoader assemblyLoader = null, ILogManager logManager = null, Func<AssemblyName, bool> defaultAssemblyFilter = null, string appLocation = null, string appId = null, string appVersion = null, IExpando appArgs = null)
Parameters
Type | Name | Description |
---|---|---|
IAssemblyLoader | assemblyLoader | Optional. The assembly loader. |
ILogManager | logManager | Optional. The log manager. |
System.Func<System.Reflection.AssemblyName, System.Boolean> | defaultAssemblyFilter | Optional. A default filter applied when loading assemblies. |
System.String | appLocation | Optional. The application location. If not specified, the current application location is considered. |
System.String | appId | Optional. Identifier for the application. |
System.String | appVersion | Optional. The application version. |
IExpando | appArgs | Optional. The application arguments. |
Implements
System.Dynamic.IDynamicMetaObjectProvider