다음을 통해 공유


IDependencyResolver 인터페이스

정의

서비스 위치 및 종속성 확인을 단순화하는 메서드를 정의합니다.

public interface IDependencyResolver
type IDependencyResolver = interface
Public Interface IDependencyResolver

메서드

GetService(Type)

임의의 개체 생성을 지원하는 단일 등록 서비스를 확인합니다.

GetServices(Type)

여러 번 등록된 서비스를 확인합니다.

확장 메서드

GetService<TService>(IDependencyResolver)

임의의 개체 생성을 지원하는 단일 등록 서비스를 확인합니다.

GetServices<TService>(IDependencyResolver)

여러 번 등록된 서비스를 확인합니다.

적용 대상