| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
NameMatchMethodPointcut.Matches(MethodInfo, Type) Method
Does the Name of the supplied method matches any of the mapped names?
[Visual Basic]
Public Overrides Overloads Sub Matches( _
ByVal
method As
MethodInfo, _
ByVal
targetType As
Type _
) _
Parameters
-
method
- The MethodBase to check.
-
targetType
- The Type of the target class.
Return Value
true if the name of the supplied method matches one of the mapped names.
Implements
IMethodMatcher.Matches
See Also
NameMatchMethodPointcut Class | Spring.Aop.Support Namespace | NameMatchMethodPointcut.Matches Overload List