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

Inheritance: IDisposable
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode 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 méthode

public AttachBurden ( Burden burden ) : void
burden Burden
Résultat void

CreateBurden() public méthode

public CreateBurden ( bool trackedExternally ) : Burden
trackedExternally bool
Résultat Burden

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetContextualProperty() public méthode

public GetContextualProperty ( object key ) : object
key object
Résultat object

ResolutionContext() public méthode

public ResolutionContext ( CreationContext context, IHandler handler, bool requiresDecommission, bool trackContext ) : System
context CreationContext
handler IHandler
requiresDecommission bool
trackContext bool
Résultat System

SetContextualProperty() public méthode

public SetContextualProperty ( object key, object value ) : void
key object
value object
Résultat void