| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractPrototypeTargetSource.GetTarget Method
Returns the target object.
[Visual Basic]
Public MustOverride Sub GetTarget() _
[C#]
public abstract
object GetTarget();
Return Value
The target object.
Implements
ITargetSource.GetTarget
Exceptions
| Exception Type |
Condition |
|
Exception
|
If unable to obtain the target object. |
See Also
AbstractPrototypeTargetSource Class | Spring.Aop.Target Namespace