次の方法で共有


ApplicationPartManagerExtensions.AddFromDependencyContext メソッド

定義

オーバーロード

AddFromDependencyContext(IApplicationPartManager)

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

AddFromDependencyContext(IApplicationPartManager, Assembly)

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

AddFromDependencyContext(IApplicationPartManager)

ソース:
ApplicationPartManagerExtensions.cs

アプリケーション 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)

ソース:
ApplicationPartManagerExtensions.cs

指定されたアセンブリの で見つかった 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

アプリケーション パーツの検索を開始するアセンブリ。

戻り値

追加で含まれるアセンブリを含むビルダー。

適用対象