ApplicationPartManagerExtensions.AddFromDependencyContext メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddFromDependencyContext(IApplicationPartManager) |
アプリケーション DependencyContextの で見つかった Orleans を参照するすべてのアセンブリを追加します。 |
AddFromDependencyContext(IApplicationPartManager, Assembly) |
指定されたアセンブリの で見つかった Orleans を参照するすべてのアセンブリを DependencyContext追加します。 |
AddFromDependencyContext(IApplicationPartManager)
アプリケーション DependencyContextの で見つかった Orleans を参照するすべてのアセンブリを追加します。
public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies AddFromDependencyContext (this Orleans.ApplicationParts.IApplicationPartManager manager);
static member AddFromDependencyContext : Orleans.ApplicationParts.IApplicationPartManager -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function AddFromDependencyContext (manager As IApplicationPartManager) As IApplicationPartManagerWithAssemblies
パラメーター
- manager
- IApplicationPartManager
ビルダー。
戻り値
追加で含まれるアセンブリを含むビルダー。
適用対象
AddFromDependencyContext(IApplicationPartManager, Assembly)
指定されたアセンブリの で見つかった Orleans を参照するすべてのアセンブリを DependencyContext追加します。
public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies AddFromDependencyContext (this Orleans.ApplicationParts.IApplicationPartManager manager, System.Reflection.Assembly entryAssembly);
static member AddFromDependencyContext : Orleans.ApplicationParts.IApplicationPartManager * System.Reflection.Assembly -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function AddFromDependencyContext (manager As IApplicationPartManager, entryAssembly As Assembly) As IApplicationPartManagerWithAssemblies
パラメーター
- manager
- IApplicationPartManager
ビルダー。
- entryAssembly
- Assembly
アプリケーション パーツの検索を開始するアセンブリ。
戻り値
追加で含まれるアセンブリを含むビルダー。