The power of generics compells you, the power of generics compells you...
Posted by: Marc's Musings,
on 01 Jul 2006 |
View original | Bookmarked: 0 time(s)
Once again I've devoted some time to the exorcism of the daemons of Reflection. This time, I'm chasing the cost of calling MethodInfo.Invoke against an arbitrary (chosen at run-time) method.
In previous efforts, I've tried to give you generic sorting with as little cost as possible, added support for
Enum properties, improved upon it and added support for access to structs (i.e. ValueTypes) and Nullable<>. Along the way, I learned a lot about IL and the rules for using Reflection.Emit and...