C# 클래스 OpenRasta.DI.Windsor.ContextStoreLifetime

상속: Castle.MicroKernel.Lifestyle.AbstractLifestyleManager, IContextStoreDependencyCleaner
파일 보기 프로젝트 열기: 7digital/openrasta-castle-windsor

공개 메소드들

메소드 설명
Destruct ( string key, object instance ) : void
Dispose ( ) : void
Release ( object instance ) : bool
Release ( object instance ) : void
Resolve ( CreationContext context ) : object

비공개 메소드들

메소드 설명
GetStore ( ) : IContextStore

메소드 상세

Destruct() 공개 메소드

public Destruct ( string key, object instance ) : void
key string
instance object
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Release() 공개 메소드

public Release ( object instance ) : bool
instance object
리턴 bool

Release() 공개 메소드

public Release ( object instance ) : void
instance object
리턴 void

Resolve() 공개 메소드

public Resolve ( CreationContext context ) : object
context Castle.MicroKernel.Context.CreationContext
리턴 object