The .NET blog

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 :)

Filed under: C#, General — admin @ 10:35 pm

3 Comments »

  1. 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

  2. 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

  3. I’ll stick with Mono.Cecil. I find that intuitive, and it will run on Linux, while reflection is not completely ported.

    Comment by Dykam — January 14, 2009 @ 9:48 am

RSS feed for comments on this post. TrackBack URL

Leave a comment




© net-tutorials.com 2006 - 2010