C# Class Castle.MicroKernel.ComponentActivator.WebUserControlComponentActivator

Inheritance: DefaultComponentActivator
Show file Open project: castleproject/Windsor

Public Methods

Method Description
WebUserControlComponentActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

Initializes a new instance of the WebUserControlComponentActivator class.

Protected Methods

Method Description
CreateInstance ( CreationContext context, ConstructorCandidate constructor, object arguments ) : object

Creates the instance.

Method Details

CreateInstance() protected method

Creates the instance.
protected CreateInstance ( CreationContext context, ConstructorCandidate constructor, object arguments ) : object
context CreationContext The context.
constructor Castle.Core.ConstructorCandidate
arguments object The arguments.
return object

WebUserControlComponentActivator() public method

Initializes a new instance of the WebUserControlComponentActivator class.
public WebUserControlComponentActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System
model Castle.Core.ComponentModel The model.
kernel IKernelInternal The kernel.
onCreation ComponentInstanceDelegate The on creation.
onDestruction ComponentInstanceDelegate The on destruction.
return System