다음을 통해 공유


IApplicationPartManagerWithAssemblies 인터페이스

정의

IApplicationPartManager 포함된 어셈블리 파트 집합으로 범위가 지정된 을 나타냅니다.

public interface IApplicationPartManagerWithAssemblies : Orleans.ApplicationParts.IApplicationPartManager
type IApplicationPartManagerWithAssemblies = interface
    interface IApplicationPartManager
Public Interface IApplicationPartManagerWithAssemblies
Implements IApplicationPartManager
구현

속성

ApplicationParts

IApplicationPart목록을 가져옵니다.

(다음에서 상속됨 IApplicationPartManager)
Assemblies

이 인스턴스의 범위에 있는 어셈블리를 가져옵니다.

FeatureProviders

IApplicationFeatureProvider목록을 가져옵니다.

(다음에서 상속됨 IApplicationPartManager)

메서드

AddApplicationPart(IApplicationPart)

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

(다음에서 상속됨 IApplicationPartManager)
AddFeatureProvider(IApplicationFeatureProvider)

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

(다음에서 상속됨 IApplicationPartManager)
PopulateFeature<TFeature>(TFeature)

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

(다음에서 상속됨 IApplicationPartManager)

확장 메서드

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)

기능을 만들고 채웁니다.

WithReferences(IApplicationPartManagerWithAssemblies)

작성 Assemblies 기 속성의 어셈블리에서 참조하는 모든 어셈블리를 추가합니다.

WithCodeGeneration(IApplicationPartManagerWithAssemblies, ILoggerFactory)

제공된 어셈블리에 대한 지원 코드를 생성하고 작성기에서 추가합니다.

적용 대상