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 going on.
July 2005 - Posts
-
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 N2 Read More...
|
-
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 class Read More...
|
-
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 about Read More...
|