C# 클래스 Castle.MicroKernel.Context.CreationContext.ResolutionContext

상속: IDisposable
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
AttachBurden ( Burden burden ) : void
CreateBurden ( bool trackedExternally ) : Burden
Dispose ( ) : void
GetContextualProperty ( object key ) : object
ResolutionContext ( CreationContext context, IHandler handler, bool requiresDecommission, bool trackContext ) : System
SetContextualProperty ( object key, object value ) : void

메소드 상세

AttachBurden() 공개 메소드

public AttachBurden ( Burden burden ) : void
burden Burden
리턴 void

CreateBurden() 공개 메소드

public CreateBurden ( bool trackedExternally ) : Burden
trackedExternally bool
리턴 Burden

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetContextualProperty() 공개 메소드

public GetContextualProperty ( object key ) : object
key object
리턴 object

ResolutionContext() 공개 메소드

public ResolutionContext ( CreationContext context, IHandler handler, bool requiresDecommission, bool trackContext ) : System
context CreationContext
handler IHandler
requiresDecommission bool
trackContext bool
리턴 System

SetContextualProperty() 공개 메소드

public SetContextualProperty ( object key, object value ) : void
key object
value object
리턴 void