IMPORTANT -- System.Reflection
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello dear buddies, I have read System.Reflection types that help to dynamically invoke object members are slow and are not suitable for high-performance applications. My question: Is the low speed because of the member search that is performed to find the requested member to get respectful 'MemberInfo' object (to invoke it) OR not only the member name search but also the member invokation using 'MemberInfo' object is a slow process itself? A comparision between speed of direct method call and dynamic method call using 'MethodInfo.Invoke()' really helps me to find my answer too. Thank you so much for any help and note - Den --- "Art happens when you least expect it."