> I am looking at ways of creating eval like statement, I am currently using > system.reflection (late binding) to do this but the performance is not > great. I have read that using late binding can lead to a performance drop, > so this may seem like a silly question but I am not sure whats going on at > the CLR level to lead to this. Can anyone clear this up for me ?
I suggest you take this question over to one of the groups like DOTNET-CLR on discuss.develop.com if you're interested in finding out what the commercial CLR is doing. This group is for discussing the SSCLI. See you over there!