Méthode | Description | |
---|---|---|
Implement ( object target, |
Reimplements the supplied method by returning the result of an object lookup in an enclosing IoC container.
|
|
LookupMethodReplacer ( IConfigurableObjectDefinition objectDefinition, IObjectFactory objectFactory ) : System.Reflection |
Creates a new instance of the LookupMethodReplacer class.
|
public Implement ( object target, |
||
target | object |
/// The instance whose |
method | /// The method that is to be (re)implemented. /// | |
arguments | object | The target method's arguments. |
Résultat | object |
public LookupMethodReplacer ( IConfigurableObjectDefinition objectDefinition, IObjectFactory objectFactory ) : System.Reflection | ||
objectDefinition | IConfigurableObjectDefinition | /// The object definition that is the target of the method replacement. /// |
objectFactory | IObjectFactory |
/// The enclosing IoC container with which the above
/// |
Résultat | System.Reflection |