wliao008 / buffalo

an aspect oriented programming framework using mono cecil for the .NET platform
1 stars 0 forks source link

Aspects don't apply to methods added in MSIL #5

Open wliao008 opened 11 years ago

wliao008 commented 11 years ago

Should they? Or shouldn't they? That is the question.

This is related to the Around aspect. Where a new method is generated in MSIL as a replacement for the original.