Interface ICoreInstance
Assembly: WaaS.Core.dll
View Source
Declaration
public interface ICoreInstance : ICoreSorted, ISorted
Properties
CoreExports
View Source
Declaration
IModuleExports CoreExports { get; }
Methods
TryGetExport<T>(string, out ICoreSortedExportable<T>?)
View Source
Declaration
bool TryGetExport<T>(string name, out ICoreSortedExportable<T>? result) where T : IExternal
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | name |
WaaS.ComponentModel.Runtime.ICoreSortedExportable<T> | result |
Type Parameters
T