stevo_ wrote:Reflection is slow? I've just written an app that uses reflection quite a lot, and its far from slow.. reflection might not be as performant as normal code but its far from slow..
The time taken to execute a method using reflection compared to directly executing the method is much longer... reflection is slow compared to directly accessing methods, properties, classes etc.