C# 클래스 Endjin.Core.Composition.DependencyResolver.ContainerDependencyScope

상속: IDependencyScope
파일 보기 프로젝트 열기: endjin/Endjin.Composition

공개 메소드들

메소드 설명
ContainerDependencyScope ( IDependencyScope scope, Action release ) : System
Dispose ( ) : void
GetService ( Type t ) : object
GetServices ( Type t ) : IEnumerable

비공개 메소드들

메소드 설명
AddToScope ( ) : void

메소드 상세

ContainerDependencyScope() 공개 메소드

public ContainerDependencyScope ( IDependencyScope scope, Action release ) : System
scope IDependencyScope
release Action
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetService() 공개 메소드

public GetService ( Type t ) : object
t System.Type
리턴 object

GetServices() 공개 메소드

public GetServices ( Type t ) : IEnumerable
t System.Type
리턴 IEnumerable