IApplicationPartManagerWithAssemblies インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IApplicationPartManager含まれるアセンブリ パーツのセットにスコープを設定したを表します。
public interface IApplicationPartManagerWithAssemblies : Orleans.ApplicationParts.IApplicationPartManager
type IApplicationPartManagerWithAssemblies = interface
interface IApplicationPartManager
Public Interface IApplicationPartManagerWithAssemblies
Implements IApplicationPartManager
- 実装
プロパティ
ApplicationParts |
の一覧を IApplicationPart取得します。 (継承元 IApplicationPartManager) |
Assemblies |
このインスタンスのスコープ内にあるアセンブリを取得します。 |
FeatureProviders |
の一覧を IApplicationFeatureProvider取得します。 (継承元 IApplicationPartManager) |
メソッド
AddApplicationPart(IApplicationPart) |
アプリケーション パーツを追加します。 (継承元 IApplicationPartManager) |
AddFeatureProvider(IApplicationFeatureProvider) |
機能プロバイダーを追加します。 (継承元 IApplicationPartManager) |
PopulateFeature<TFeature>(TFeature) |
で構成された のIApplicationFeatureProvider<TFeature>一覧を使用して、 を設定 |
拡張メソッド
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) |
フィーチャーを作成して設定します。 |
WithReferences(IApplicationPartManagerWithAssemblies) |
ビルダー Assemblies の プロパティ内のアセンブリによって参照されるすべてのアセンブリを追加します。 |
WithCodeGeneration(IApplicationPartManagerWithAssemblies, ILoggerFactory) |
指定されたアセンブリのサポート コードを生成し、ビルダーに追加します。 |