다음을 통해 공유


ApplicationPartManagerExtensions.AddFromDependencyContext 메서드

정의

오버로드

AddFromDependencyContext(IApplicationPartManager)

애플리케이션의 DependencyContext에 있는 Orleans를 참조하는 모든 어셈블리를 추가합니다.

AddFromDependencyContext(IApplicationPartManager, Assembly)

제공된 어셈블리의 DependencyContext에 있는 Orleans를 참조하는 모든 어셈블리를 추가합니다.

AddFromDependencyContext(IApplicationPartManager)

Source:
ApplicationPartManagerExtensions.cs

애플리케이션의 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)

Source:
ApplicationPartManagerExtensions.cs

제공된 어셈블리의 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

애플리케이션 파트를 검색하기 시작할 어셈블리입니다.

반환

추가로 포함된 어셈블리가 있는 작성기입니다.

적용 대상