次の方法で共有


ApplicationPartManagerExtensions クラス

定義

を操作 ApplicationPartManagerするための拡張機能。

public static class ApplicationPartManagerExtensions
type ApplicationPartManagerExtensions = class
Public Module ApplicationPartManagerExtensions
継承
ApplicationPartManagerExtensions

メソッド

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)

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

GetApplicationPartManager(HostBuilderContext)

指定されたコンテキストの を ApplicationPartManager 返します。

GetApplicationPartManager(HostBuilderContext)

指定されたコンテキストの を ApplicationPartManager 返します。

WithReferences(IApplicationPartManagerWithAssemblies)

ビルダー Assemblies の プロパティ内のアセンブリによって参照されるすべてのアセンブリを追加します。

適用対象