Method | Description | |
---|---|---|
GetFactory ( IComponentContext context, IEnumerable |
Activate an instance in the provided context. The context parameter here should probably be ILifetimeScope in order to reveal Disposer, but will wait until implementing a concrete use case to make the decision |
|
ReflectionActivator ( |
Create an activator for the provided type.
|
Method | Description | |
---|---|---|
GetBindingFailureMessage ( IEnumerable |
||
GetConstructorBindings ( IComponentContext context, IEnumerable |
||
InjectProperties ( object instance, IComponentContext context ) : void |
public GetFactory ( IComponentContext context, IEnumerable |
||
context | IComponentContext | Context in which to activate instances. |
parameters | IEnumerable |
Parameters to the instance. |
return | Func |
public ReflectionActivator ( |
||
implementationType | Type to activate. | |
constructorFinder | IConstructorFinder | Constructor finder. |
constructorSelector | IConstructorSelector | Constructor selector. |
configuredParameters | IEnumerable |
Parameters configured explicitly for this instance. |
configuredProperties | IEnumerable |
Properties configured explicitly for this instance. |
return | System |