FromAssembly 类

.Install 安装程序的另一种方法是使用 Castle 的 FromAssembly 类。它提供了一系列函数来定位已加载程序集中的安装程序。例如:

//Will locate IInstallers in the current assembly that is calling the method
container.Install(FromAssembly.This()); 

有关更多详细信息,请参阅 Castle 的文档