| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractMethodInvocation.Method Property
Gets the method invocation that is to be invoked.
[Visual Basic]
Public Overridable ReadOnly Property Method() As
MethodInfo _
Public Get
End Get
End Property
[C#]
public virtual
MethodInfo Method { public get; }
Implements
IMethodInvocation.Method
Remarks
May or may not correspond with a method invoked on an underlying implementation of that interface.
See Also
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace