postsharp

  1. P

    How to use MethodInterception Concept to invoke method, and by not using "TestMethod" attribute

    Hello, I want to create custom attribute which will work as "TestMethod" attribute and in class methods, instead of writing {TestMethod] - I want to use custom AOP attribute, but I am not able to do that, can someone help? namespace Framework.Attributes { /// <summary> /// This...
Back
Top Bottom