Home

Castle Stronghold

AbstractComponentActivator API Document

Abstract implementation of Castle.MicroKernel.IComponentActivator. The implementors must only override the InternalCreate and InternalDestroy methods in order to perform their creation and destruction logic.

Constructors

AbstractComponentActivator(ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction)

Constructs an AbstractComponentActivator

ParameterDescription
model Missing documentation
kernel Missing documentation
onCreation Missing documentation
onDestruction Missing documentation

Properties

NameTypeDescription
KernelIKernel
ModelComponentModel
OnCreationComponentInstanceDelegate
OnDestructionComponentInstanceDelegate

Methods

Destroy(Object instance)

Missing summary

ParameterDescription
instance Missing documentation

Create(CreationContext context) : Object

Missing summary

ParameterDescription
context Missing documentation

InternalDestroy(Object instance)

Missing summary

ParameterDescription
instance Missing documentation

InternalCreate(CreationContext context) : Object

Missing summary

ParameterDescription
context Missing documentation

Google
Search WWW Search castleproject.org