Interface IComponent
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IComponent : ISortedExportable, ISorted
Properties
Source
View Source
Declaration
Component Source { get; }
Methods
Instantiate(IReadOnlyDictionary<string, ISortedExportable>)
View Source
Declaration
IInstance Instantiate(IReadOnlyDictionary<string, ISortedExportable> arguments)
Returns
WaaS.ComponentModel.Runtime.IInstance
Parameters
Type | Name |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String,WaaS.ComponentModel.Runtime.ISortedExportable> | arguments |