
7.10.2006
Dynamic Property Accessor - withOUT Reflection
Buddy Joel at IK found this - a faster way to dynamically retrieve property values without using reflection.
This technique uses dynamic IL code generation to create the code for the property on the fly, then caches the IL for later use.
Fast Dynamic Property/Field Accessors - The Code Project - C# Programming
This technique uses dynamic IL code generation to create the code for the property on the fly, then caches the IL for later use.
Fast Dynamic Property/Field Accessors - The Code Project - C# Programming
Comments:
Post a Comment