摘要: How to make a simple dynamic proxy in C# You could do this with a combination of System.Dynamic.DynamicObject and ImpromptuInterface but you will have 阅读全文
posted @ 2019-05-20 17:02 ChuckLu 阅读(333) 评论(0) 推荐(0) 编辑
摘要: https://github.com/castleproject/Core/blob/master/docs/dynamicproxy.md DynamicProxy generates proxies for your objects that you can use to transparent 阅读全文
posted @ 2019-05-20 16:21 ChuckLu 阅读(568) 评论(0) 推荐(0) 编辑