vescon / MethodBoundaryAspect.Fody

A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions.
MIT License
243 stars 75 forks source link

Is it somehow possible to prevent the execution of the method where the aspect is applied? #76

Closed samirsommaior closed 3 years ago

Oceania2018 commented 3 years ago

Just set args.FlowBehavior = FlowBehavior.Return;