Possible Duplicate:
What is the “cost” of .NET reflection?
I'm a little surprised this exact question hasn't been asked here before (that I've found). But like the title says: How to make reflection faster?
Possible Duplicate:
What is the “cost” of .NET reflection?
I'm a little surprised this exact question hasn't been asked here before (that I've found). But like the title says: How to make reflection faster?
Use an api like fasterflect: http://fasterflect.codeplex.com/ or learn (from same website) the tools you need to speed it up yourself.