concept method interception aspect in category .net
appears as: method interception aspects, A method interception aspect, method interception aspect, method interception aspects

This is an excerpt from Manning's book AOP in .NET.
A method interception aspect is one that runs a piece of code in place of the method being intercepted. The aspect is executed instead of the method. It’s like having a middleman or a gatekeeper between normal execution and a method.