Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何拦截私有方法?目前我正在使用 Autofac dynamicproxy2,但它只支持公共方法。我向任何其他提供者(例如 MEF、Unity、ninject)开放以支持私有方法拦截。请问有什么建议吗?
NConcern.NET 是一个很好的选择,但遗憾的是它似乎不支持签名上具有泛型类型的方法。