Castle.MicroKernel.Handlers.AbstractHandler.Resolve C# (CSharp) Method

Resolve() public abstract method

Should be implemented by derived classes: returns an instance of the component this handler is responsible for
public abstract Resolve ( CreationContext context ) : object
context CreationContext
return object
		public abstract object Resolve(CreationContext context);

Same methods

AbstractHandler::Resolve ( CreationContext context, ISubDependencyResolver parentResolver, ComponentModel model, DependencyModel dependency ) : object