| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IInvocation.Arguments Property
Gets the arguments to an invocation.
[Visual Basic]
Public MustOverride ReadOnly Property Arguments() As
Object Public Get
End Get
End Property
[C#]
public
object[] Arguments { public get; }
Property Value
The arguments to an invocation.
Remarks
It is of course possible to change element values within this array to change the arguments to an intercepted invocation.
See Also
IInvocation Interface | AopAlliance.Intercept Namespace