共用方式為


ApplicationPartManagerExtensions.AddFromDependencyContext 方法

定義

多載

AddFromDependencyContext(IApplicationPartManager)

新增所有參考在應用程式 DependencyContext 中找到的一個元件。

AddFromDependencyContext(IApplicationPartManager, Assembly)

新增參考所提供元件 之 中找到之一切元件的 DependencyContext 元件。

AddFromDependencyContext(IApplicationPartManager)

來源:
ApplicationPartManagerExtensions.cs

新增所有參考在應用程式 DependencyContext 中找到的一個元件。

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

新增參考所提供元件 之 中找到之一切元件的 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

要開始尋找應用程式元件的元件。

傳回

具有額外包含元件的產生器。

適用於