| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IMethodInvocation.Proxy Property
Gets the proxy object for the invocation.
[Visual Basic]
Public MustOverride ReadOnly Property Proxy() As
Object Public Get
End Get
End Property
[C#]
public
object Proxy { public get; }
Property Value
The proxy object for this method invocation.
See Also
IMethodInvocation Interface | AopAlliance.Intercept Namespace