FromAssembly
public FromAssembly()
Scans the assembly containing specified type for types implementing IWindsorInstaller, instantiates them and returns so that Install can
install them.
Scans the assembly containing specified type for types implementing IWindsorInstaller, instantiates using given InstallerFactory and returns so that
Install can install them.
Scans the assembly containing specified type for types implementing IWindsorInstaller, instantiates them and returns so that Install can
install them.
Scans the assembly containing specified type for types implementing IWindsorInstaller, instantiates using given InstallerFactory and returns so that
Install can install them.
Scans assemblies in directory specified by filter for types implementing IWindsorInstaller, instantiates and returns so that
Install can install them.
public static IWindsorInstaller InDirectory(AssemblyFilter filter, InstallerFactory installerFactory)
Scans assemblies in directory specified by filter for types implementing IWindsorInstaller, instantiates using given InstallerFactory and
returns so that Install can install them.
Scans the specified assembly with specified name for types implementing IWindsorInstaller, instantiates them and returns so that Install can
install them.
Scans the specified assembly with specified name for types implementing IWindsorInstaller, instantiates using given InstallerFactory and returns so that
Install can install them.
Scans current assembly and all referenced assemblies with the same first part of the name for types implementing IWindsorInstaller, instantiates and returns so that
Install can install them.
public static IWindsorInstaller InThisApplication(Assembly rootAssembly, InstallerFactory installerFactory)
Scans the assembly with specified name for types implementing IWindsorInstaller, instantiates them and returns so that Install can install
them.
Scans the assembly with specified name for types implementing IWindsorInstaller, instantiates using given InstallerFactory and returns so that
Install can install them.