Class CoreModuleType
Assembly: WaaS.Core.dll
View Source
Declaration
public class CoreModuleType : ICoreTypeDefinition, IUnresolved<ICoreType>, ICoreModuleType, ICoreType, ICoreSorted, ISortedExportable, ISorted
Implements:
WaaS.ComponentModel.Models.ICoreTypeDefinition, WaaS.ComponentModel.Models.IUnresolved<T>, WaaS.ComponentModel.Models.ICoreModuleType, WaaS.ComponentModel.Runtime.ICoreType, WaaS.ComponentModel.Runtime.ICoreSorted, WaaS.ComponentModel.Runtime.ISortedExportable, WaaS.ComponentModel.Runtime.ISorted
Properties
Declarations
View Source
Declaration
public ReadOnlyMemory<ICoreModuleDeclaration> Declarations { get; }
Methods
ResolveFirstTime(IInstantiationContext)
View Source
Declaration
public ICoreType ResolveFirstTime(IInstantiationContext context)
Returns
WaaS.ComponentModel.Runtime.ICoreType
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.IInstantiationContext | context |