C# 클래스 Castle.MicroKernel.Lifestyle.Scoped.ThreadStaticLifetimeScope

상속: ILifetimeScope
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetCachedInstance ( ComponentModel instance, ScopedInstanceActivationCallback createInstance ) : Burden
ObtainCurrentScope ( ) : ThreadStaticLifetimeScope
ThreadStaticLifetimeScope ( IKernel container ) : System
ThreadStaticLifetimeScope ( IWindsorContainer container ) : System

비공개 메소드들

메소드 설명
SetCurrentScope ( ThreadStaticLifetimeScope lifetimeScope ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCachedInstance() 공개 메소드

public GetCachedInstance ( ComponentModel instance, ScopedInstanceActivationCallback createInstance ) : Burden
instance Castle.Core.ComponentModel
createInstance ScopedInstanceActivationCallback
리턴 Burden

ObtainCurrentScope() 공개 정적인 메소드

public static ObtainCurrentScope ( ) : ThreadStaticLifetimeScope
리턴 ThreadStaticLifetimeScope

ThreadStaticLifetimeScope() 공개 메소드

public ThreadStaticLifetimeScope ( IKernel container ) : System
container IKernel
리턴 System

ThreadStaticLifetimeScope() 공개 메소드

public ThreadStaticLifetimeScope ( IWindsorContainer container ) : System
container IWindsorContainer
리턴 System