Can i specify that an OnMethodInvocationAspect can only be applied to a specific method signature, for exemple "int methodname(ClassA obj)" ?
A:
Yes, by overriding the method CompileTimeValidate and returning false if the MethodBase has not the expected signature.
Gael Fraiteur
2010-01-06 19:49:23
hey, thanks a lot
Carlos Decas
2010-01-06 21:59:35