Метод | Описание | |
---|---|---|
HubsInstallers ( |
registers all the hubs contained in the passed in assembly
|
|
HubsInstallers ( AssemblyFilter filter ) : System |
registers all the hubs in the assemblies specified by the filter
|
|
HubsInstallers ( |
registers all the hubs contained in the assembly to which the specified type belongs to
|
|
HubsInstallers ( string assemblyName ) : System |
registers all the hubs in the assembly specified by the assembly name parameter
|
|
Install ( IWindsorContainer container, IConfigurationStore store ) : void |
todo: first raw implementation... add options for lifestyle management, singleton might not be the best one
|
public HubsInstallers ( |
||
assembly | The assembly. | |
Результат | System |
public HubsInstallers ( AssemblyFilter filter ) : System | ||
filter | AssemblyFilter | The filter. |
Результат | System |
public HubsInstallers ( |
||
typeContainedInAssembly | ||
Результат | System |
public HubsInstallers ( string assemblyName ) : System | ||
assemblyName | string | Name of the assembly. |
Результат | System |
public Install ( IWindsorContainer container, IConfigurationStore store ) : void | ||
container | IWindsorContainer | |
store | IConfigurationStore | |
Результат | void |