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