C# Class CastleTests.TestInfrastructure.StaticScopeAccessor

Inheritance: IScopeAccessor
显示文件 Open project: castleproject/Windsor

Public Methods

Method Description
Dispose ( ) : void
GetScope ( CreationContext context ) : ILifetimeScope
ResetScope ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetScope() public method

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
return ILifetimeScope

ResetScope() public static method

public static ResetScope ( ) : void
return void