| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractMethodInvocation.Target Property
Gets the target object for the invocation.
[Visual Basic]
Public Overridable ReadOnly Property Target() As
Object _
Public Get
End Get
End Property
[C#]
public virtual
object Target { public get; }
Property Value
The target object for this method invocation.
Implements
IMethodInvocation.Target
See Also
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace