ApplicationPartManagerExtensions.AddFromDependencyContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AddFromDependencyContext(IApplicationPartManager) |
新增所有參考在應用程式 DependencyContext 中找到的一個元件。 |
AddFromDependencyContext(IApplicationPartManager, Assembly) |
新增參考所提供元件 之 中找到之一切元件的 DependencyContext 元件。 |
AddFromDependencyContext(IApplicationPartManager)
新增所有參考在應用程式 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)
新增參考所提供元件 之 中找到之一切元件的 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
要開始尋找應用程式元件的元件。
傳回
具有額外包含元件的產生器。