ApplicationPartManagerExtensions.AddFromDependencyContext 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AddFromDependencyContext(IApplicationPartManager) |
애플리케이션의 DependencyContext에 있는 Orleans를 참조하는 모든 어셈블리를 추가합니다. |
AddFromDependencyContext(IApplicationPartManager, Assembly) |
제공된 어셈블리의 DependencyContext에 있는 Orleans를 참조하는 모든 어셈블리를 추가합니다. |
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)
제공된 어셈블리의 DependencyContext에 있는 Orleans를 참조하는 모든 어셈블리를 추가합니다.
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
애플리케이션 파트를 검색하기 시작할 어셈블리입니다.
반환
추가로 포함된 어셈블리가 있는 작성기입니다.