castle-windsor Installers FromAssembly Class

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

Another way to .Install installers is by using Castle's FromAssembly class. It gives an array of functions to locate installers in the loaded assemblies. For example:

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

For more details see Castle's Documentation



Got any castle-windsor Question?