IApplicationPartManager インターフェイス

定義

アプリケーション パーツを構成するためのビルダー。

public interface IApplicationPartManager
type IApplicationPartManager = interface
Public Interface IApplicationPartManager
派生

プロパティ

ApplicationParts

の一覧を IApplicationPart取得します。

FeatureProviders

の一覧を IApplicationFeatureProvider取得します。

メソッド

AddApplicationPart(IApplicationPart)

アプリケーション パーツを追加します。

AddFeatureProvider(IApplicationFeatureProvider)

機能プロバイダーを追加します。

PopulateFeature<TFeature>(TFeature)

で構成された のIApplicationFeatureProvider<TFeature>一覧を使用して、 を設定featureしますApplicationPartManager

拡張メソッド

AddApplicationPart(IApplicationPartManager, Assembly)

指定したアセンブリをビルダーに追加します。

AddFrameworkPart(IApplicationPartManager, Assembly)

提供されたアセンブリをフレームワーク アセンブリとしてビルダーに追加します。

AddFromAppDomain(IApplicationPartManager)

現在 AppDomain の アセンブリをビルダーに追加します。

AddFromApplicationBaseDirectory(IApplicationPartManager)

現在 BaseDirectory の アセンブリをビルダーに追加します。

AddFromDependencyContext(IApplicationPartManager)

アプリケーション DependencyContextの で見つかった Orleans を参照するすべてのアセンブリを追加します。

AddFromDependencyContext(IApplicationPartManager, Assembly)

指定されたアセンブリの で見つかった Orleans を参照するすべてのアセンブリを DependencyContext追加します。

ConfigureDefaults(IApplicationPartManager)

フレームワーク以外のパーツが追加されていない場合は、既定のアプリケーション パーツを追加します。

CreateAndPopulateFeature<TFeature>(IApplicationPartManager)

フィーチャーを作成して設定します。

適用対象