castle windsor学习-------Container Events 容器的事件

Posted 蓝平凡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了castle windsor学习-------Container Events 容器的事件相关的知识,希望对你有一定的参考价值。

所有的事件是实现IKernelEvents 接口,已容器的Kernel属性暴露出来

1. AddedAsChildKernel

   当前的容器添加子容器或其他容器时触发

2. RemovedAsChildKernel

  和上面相反

 

ComponentModel events

3. RegistrationCompleted

   当注册完成时触发

4. ComponentRegistered

   组件注册的时候触发

 5. ComponentUnregistered

   组件被移除的时候触发

 6. ComponentModelCreated

   组件创建时触发

 

以上是关于castle windsor学习-------Container Events 容器的事件的主要内容,如果未能解决你的问题,请参考以下文章

castle windsor学习-----Inline dependencies 依赖

Castle Windsor 学习-----Installer的几种安装方式

castle windsor学习-------Container Events 容器的事件

Castle.Windsor依赖注入的高级应用_Castle.Windsor.3.1.0

依赖注入 Castle.Windsor高级应用

Castle.Windsor依赖注入的高级应用