メインコンテンツまでスキップ

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
TypeName
System.Stringname
WaaS.ComponentModel.Runtime.ICoreSortedExportable<T>result
Type Parameters
  • T