C# 클래스 Castle.MicroKernel.Lifestyle.PerThreadThreadStaticLifestyleManager

per thread LifestyleManager implementation compatible with Silverlight.
상속: AbstractLifestyleManager
파일 보기 프로젝트 열기: 7digital/Castle.Windsor 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Release ( object instance ) : bool
Resolve ( CreationContext context ) : object

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Release() 공개 메소드

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

Resolve() 공개 메소드

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