C# Class Castle.MicroKernel.ComponentActivator.WebUserControlComponentActivator

Inheritance: DefaultComponentActivator
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
WebUserControlComponentActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

Initializes a new instance of the WebUserControlComponentActivator class.

Méthodes protégées

Méthode Description
CreateInstance ( CreationContext context, ConstructorCandidate constructor, object arguments ) : object

Creates the instance.

Method Details

CreateInstance() protected méthode

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

WebUserControlComponentActivator() public méthode

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.
Résultat System