ApplicationPartManagerExtensions.AddFromAppDomain 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将当前 AppDomain 程序集添加到生成器。
public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies AddFromAppDomain (this Orleans.ApplicationParts.IApplicationPartManager manager);
static member AddFromAppDomain : Orleans.ApplicationParts.IApplicationPartManager -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function AddFromAppDomain (manager As IApplicationPartManager) As IApplicationPartManagerWithAssemblies
参数
- manager
- IApplicationPartManager
生成器。
返回
具有已添加程序集的生成器。