Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference
AttributeMatchMethodPointcut.Matches(MethodInfo, Type) Method
Does the supplied method satisfy this matcher?
[Visual Basic]
Public Overrides Overloads Sub Matches( _
ByVal
method As
MethodInfo , _
ByVal
targetType As
Type _
) _
Parameters
method
The candidate method.
targetType
The target Type (may be a null reference
(Nothing in Visual Basic), in which case the candidate Type must be taken to be the method 's declaring class).
Return Value
true if this this method matches statically.
Implements
IMethodMatcher.Matches
See Also
AttributeMatchMethodPointcut Class | Spring.Aop.Support Namespace | AttributeMatchMethodPointcut.Matches Overload List