Regular expression based pointcut object.
For a list of all members of this type, see SdkRegularExpressionMethodPointcut Members .
System.Object
StaticMethodMatcher
StaticMethodMatcherPointcut
AbstractRegularExpressionMethodPointcut
SdkRegularExpressionMethodPointcut
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Uses the regular expression classes from the .NET Base Class Library.
The regular expressions must be a match. For example, the
.*Get*pattern will match
Com.Mycom.Foo.GetBar(), and Get.*will not.
Namespace: Spring.Aop.Support
Assembly: Spring.Aop (in Spring.Aop.dll)
SdkRegularExpressionMethodPointcut Members | Spring.Aop.Support Namespace