Method | Description | |
---|---|---|
TypeActivationContext ( object target, |
Initializes a new instance of the MethodActivationContext class.
|
public TypeActivationContext ( object target, |
||
target | object | The object instance that initiated the activation request. |
targetMethod | The method where the activation was invoked. | |
concreteType | The type to be constructed. | |
additionalArguments | object | The additional arguments that will be passed to the constructor. |
return | System |