C# Class Castle.MicroKernel.Tests.Lifestyle.CustomLifestyle_Scoped

Inheritance: Castle.MicroKernel.Lifestyle.AbstractLifestyleManager
Mostrar archivo Open project: castleproject/Windsor

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
CreateInstance ( CreationContext context, bool trackedExternally ) : Burden

Method Details

CreateInstance() protected method

protected CreateInstance ( CreationContext context, bool trackedExternally ) : Burden
context Castle.MicroKernel.Context.CreationContext
trackedExternally bool
return Burden

Dispose() public method

public Dispose ( ) : void
return void