New articles on Reflection
November 13, 2008
Just a small note to let you know that a set of chapters about Reflection has been added to the C# tutorial. You can find the introduction right here. I simply love using Reflection, so I’m probably going to write some more on it in the near future - anything specific you would like me to look into? I’m all ears
Maybe you should look into Mono’s way of reflection. Search for the Mono.Cecil dll, and try them. They are very intuitive, while I tried the dotNet reflection for a week, and finaly gave up because I didn’t know how to use it.
I think you’ll know you can use Mono.Cecil independent of the Mono framework.
Comment by Dykam — January 4, 2009 @ 3:19 pm
Dykam, just read the articles linked from this blog post, they should get you started pretty good. I actually find .NET Reflection pretty intuitive, and extremely powerful
Comment by admin — January 5, 2009 @ 11:54 am