| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DynamicTargetSourceWrapper.GetTarget Method
Returns the target object that proxy methods will be delegated to.
[Visual Basic]
Public NotOverridable Sub GetTarget() _
[C#]
public
object GetTarget();
Return Value
The target object.
Implements
ITargetSourceWrapper.GetTarget
See Also
DynamicTargetSourceWrapper Class | Spring.Aop.Framework Namespace