卢彦 在codeproject上面发表了一篇相关文章A General Fast Method Invoker
今天在浏览[url]http://www.codeplex.com[/url] 更是看到一个Dynamic Reflection Library ,这个项目对于我们应用反射和动态方法大有裨益.这个项目的首页的下方链接许多相关的文章,我把他也转载过来,如果你在项目大量使用或者是重要关键点使用了反射技术,好好的研究一下这些文章和这个项目.
Dynamic method calls:
[url]http://musingmarc.blogspot.com/2006/07/power-of-generics-compels-you-power-of.html[/url]
[url]http://musingmarc.blogspot.com/2006/07/updated-files-for-dynamic-method.html[/url]
[url]http://musingmarc.blogspot.com/2006/07/things-to-remember-when-creating.html[/url]
[url]http://musingmarc.blogspot.com/2006/08/how-to-do-late-dynamic-method-creation.html[/url]
DynamicCompare:
[url]http://musingmarc.blogspot.com/2006/02/dynamic-sorting-of-objects-using.html[/url]
[url]http://musingmarc.blogspot.com/2006/03/extending-dynamic-sorting-of-objects.html[/url]
Where it all started:
[url]http://www.codeproject.com/dotnet/dynamiclistsorting.asp[/url]
[url]http://msdn.microsoft.com/msdnmag/issues/05/07/Reflection/[/url]