C# Class Castle.Facilities.AspectSharp.AspectEngineActivator

Summary description for AspectEngineActivator.
Inheritance: Castle.MicroKernel.ComponentActivator.AbstractComponentActivator
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
AspectEngineActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : AspectSharp.Builder

Méthodes protégées

Méthode Description
InternalCreate ( Castle context ) : object
InternalDestroy ( object instance ) : void

Method Details

AspectEngineActivator() public méthode

public AspectEngineActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : AspectSharp.Builder
model Castle.Core.ComponentModel
kernel IKernel
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
Résultat AspectSharp.Builder

InternalCreate() protected méthode

protected InternalCreate ( Castle context ) : object
context Castle
Résultat object

InternalDestroy() protected méthode

protected InternalDestroy ( object instance ) : void
instance object
Résultat void