keeper013 / CrossCutterN

A light weight tool to inject customized AOP code into existing assemblies using IL weaving
MIT License
79 stars 10 forks source link

Work only on public functions? #5

Closed roozbehid closed 6 years ago

roozbehid commented 6 years ago

Hi,

I was wondering if this works only on public functions? As wrote a test code with private functions and it didn't work.

roozbehid commented 6 years ago

I figured it out. It is possible through ConcernOptions. Thanks