Castle.MicroKernel.Context.CreationContext.CreationContext.EnterResolutionContext C# (CSharp) Method

EnterResolutionContext() public method

public EnterResolutionContext ( IHandler handlerBeingResolved ) : ResolutionContext
handlerBeingResolved IHandler
return ResolutionContext
		public ResolutionContext EnterResolutionContext(IHandler handlerBeingResolved)
		{
			return EnterResolutionContext(handlerBeingResolved, true);
		}

Same methods

CreationContext.CreationContext::EnterResolutionContext ( IHandler handlerBeingResolved, bool createBurden ) : ResolutionContext