C# Class Castle.MicroKernel.Lifestyle.PerThreadThreadStaticLifestyleManager

per thread LifestyleManager implementation compatible with Silverlight.
Inheritance: AbstractLifestyleManager
Afficher le fichier Open project: 7digital/Castle.Windsor Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Release() public méthode

public Release ( object instance ) : bool
instance object
Résultat bool

Resolve() public méthode

public Resolve ( CreationContext context ) : object
context Castle.MicroKernel.Context.CreationContext
Résultat object