Abstract base regular expression pointcut object.
For a list of all members of this type, see AbstractRegularExpressionMethodPointcut 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.
The regular expressions must be a match. For example, the
.*Get.*pattern will match
Com.Mycom.Foo.GetBar(), and Get.*will not.
This base class is serializable. Subclasses should decorate all fields with the NonSerializedAttribute - the InitPatternRepresentation method in this class will be invoked again on the client side on deserialization.
Namespace: Spring.Aop.Support
Assembly: Spring.Aop (in Spring.Aop.dll)
AbstractRegularExpressionMethodPointcut Members | Spring.Aop.Support Namespace