C# Class Castle.MicroKernel.Context.CreationContext.ResolutionContext

Inheritance: IDisposable
Show file Open project: castleproject/Windsor

Public Methods

Method Description
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

Method Details

AttachBurden() public method

public AttachBurden ( Burden burden ) : void
burden Burden
return void

CreateBurden() public method

public CreateBurden ( bool trackedExternally ) : Burden
trackedExternally bool
return Burden

Dispose() public method

public Dispose ( ) : void
return void

GetContextualProperty() public method

public GetContextualProperty ( object key ) : object
key object
return object

ResolutionContext() public method

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

SetContextualProperty() public method

public SetContextualProperty ( object key, object value ) : void
key object
value object
return void