Method | Description | |
---|---|---|
Implement ( object target, |
Is
|
Method | Description | |
---|---|---|
AbstractMethodReplacer ( IConfigurableObjectDefinition objectDefinition, IObjectFactory objectFactory ) : System |
Creates a new instance of the ArgumentNullException class. This is an |
|
GetObject ( string objectName ) : object |
Helper method for subclasses to lookup an object from an enclosing IoC container.
|
|
GetOverride ( |
Helper method for subclasses to retrieve the appropriate Spring.Objects.Factory.Support.MethodOverride for the supplied method.
|
protected AbstractMethodReplacer ( IConfigurableObjectDefinition objectDefinition, IObjectFactory objectFactory ) : System | ||
objectDefinition | IConfigurableObjectDefinition | /// The object definition that is the target of the method replacement. /// |
objectFactory | IObjectFactory |
/// The enclosing IoC container with which the above
/// |
return | System |
protected GetObject ( string objectName ) : object | ||
objectName | string | /// The name of the object that is to be looked up. /// |
return | object |
protected GetOverride ( |
||
method |
/// The |
|
return | Spring.Objects.Factory.Support.MethodOverride |
public abstract Implement ( object target, |
||
target | object |
/// The instance whose |
method | /// The method that is to be (re)implemented. /// | |
arguments | object | The target method's arguments. |
return | object |