다음을 통해 공유


IApplicationPartManager 인터페이스

정의

애플리케이션 파트를 구성하기 위한 작성기입니다.

public interface IApplicationPartManager
type IApplicationPartManager = interface
Public Interface IApplicationPartManager
파생

속성

ApplicationParts

의 목록을 IApplicationPart가져옵니다.

FeatureProviders

의 목록을 IApplicationFeatureProvider가져옵니다.

메서드

AddApplicationPart(IApplicationPart)

애플리케이션 파트를 추가합니다.

AddFeatureProvider(IApplicationFeatureProvider)

기능 공급자를 추가합니다.

PopulateFeature<TFeature>(TFeature)

ApplicationPartManager구성된 의 IApplicationFeatureProvider<TFeature>목록을 사용하여 지정된 feature 를 채웁니다.

확장 메서드

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)

기능을 만들고 채웁니다.

적용 대상