Managed CodeGen

This blog is to introduce some new features about Managed CodeGen in Whidbey. We provided a new way of doing LightWeight CodeGen, added support for emitting Generics in Reflection.Emit and there is some new exciting token handle stories in Reflection goin

July, 2005

Posts
  • Managed CodeGen

    Unexpected TypeLoadException during Type Creation

    • 3 Comments
    We have found some limitations in Reflection.Emit that you cannot emit types that can be compiled in C# compiler. You are unlikely to hit it in daily emit job but if ever you met one: public class E { public struct N1 { public E e; } public struct...
  • Managed CodeGen

    Token Handle Resolution with Generics

    • 0 Comments
    In Whidbey, apart from the token handle resolution APIs I mentioned earlier, there are some overloads making these APIs look a bit more complicated. Again, I am using APIs related to MethodInfo as an representitive example: Token -> Info public...
  • Managed CodeGen

    Something about Resolution APIs

    • 0 Comments
    I haven't blogged for a long time because we were busy hitting ZBB for RTM milestone. I am not aware of something special to talk about so let's talk about one of the main new features in Whidbey -- the token handle resolution APIs. We have talked...
Page 1 of 1 (3 items)