Does the supplied method satisfy this matcher? Perform static checking. If this returns false, or if the isRuntime() method returns false, no runtime check will be made.
Does the supplied method satisfy this matcher? Perform static checking. If this returns false, or if the isRuntime() method returns false, no runtime check will be made.
public virtual bool Matches(MethodInfo,Type)
Is there a runtime (dynamic) match for the supplied method?
public virtual bool Matches(MethodInfo,Type,object[])
Should the pointcut apply to the supplied Type?
public virtual bool Matches(Type)
ControlFlowPointcut Class | Spring.Aop.Support Namespace | Matches