IApplicationPartManager 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션 파트를 구성하기 위한 작성기입니다.
public interface IApplicationPartManager
type IApplicationPartManager = interface
Public Interface IApplicationPartManager
- 파생
속성
ApplicationParts |
의 목록을 IApplicationPart가져옵니다. |
FeatureProviders |
의 목록을 IApplicationFeatureProvider가져옵니다. |
메서드
AddApplicationPart(IApplicationPart) |
애플리케이션 파트를 추가합니다. |
AddFeatureProvider(IApplicationFeatureProvider) |
기능 공급자를 추가합니다. |
PopulateFeature<TFeature>(TFeature) |
에 ApplicationPartManager구성된 의 IApplicationFeatureProvider<TFeature>목록을 사용하여 지정된 |
확장 메서드
AddApplicationPart(IApplicationPartManager, Assembly) |
제공된 어셈블리를 작성기에 추가합니다. |
AddFrameworkPart(IApplicationPartManager, Assembly) |
제공된 어셈블리를 프레임워크 어셈블리로 작성기에 추가합니다. |
AddFromAppDomain(IApplicationPartManager) |
현재 AppDomain 의 어셈블리를 작성기 에 추가합니다. |
AddFromApplicationBaseDirectory(IApplicationPartManager) |
현재 BaseDirectory 의 어셈블리를 작성기 에 추가합니다. |
AddFromDependencyContext(IApplicationPartManager) |
애플리케이션의 DependencyContext에 있는 Orleans를 참조하는 모든 어셈블리를 추가합니다. |
AddFromDependencyContext(IApplicationPartManager, Assembly) |
제공된 어셈블리의 DependencyContext에 있는 Orleans를 참조하는 모든 어셈블리를 추가합니다. |
ConfigureDefaults(IApplicationPartManager) |
프레임워크가 아닌 파트가 추가되지 않은 경우 기본 애플리케이션 파트를 추가합니다. |
CreateAndPopulateFeature<TFeature>(IApplicationPartManager) |
기능을 만들고 채웁니다. |