Method | Description | |
---|---|---|
DelegateActivator ( |
Create a delegate activator.
|
|
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 |
public DelegateActivator ( |
||
limitType | The most specific type to which activated instances can be cast. | |
activationFunction | Func |
Activation delegate. |
return | System |
public GetFactory ( IComponentContext context, IEnumerable |
||
context | IComponentContext | Context in which to activate instances. |
parameters | IEnumerable |
Parameters to the instance. |
return | Func |