FromAssembly 類
.Install
安裝程式的另一種方法是使用 Castle 的 FromAssembly
類。它提供了一系列函式來定位已載入程式集中的安裝程式。例如:
//Will locate IInstallers in the current assembly that is calling the method
container.Install(FromAssembly.This());
有關更多詳細資訊,請參閱 Castle 的文件
.Install
安裝程式的另一種方法是使用 Castle 的 FromAssembly
類。它提供了一系列函式來定位已載入程式集中的安裝程式。例如:
//Will locate IInstallers in the current assembly that is calling the method
container.Install(FromAssembly.This());
有關更多詳細資訊,請參閱 Castle 的文件