Sign In
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
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
June 2006
(1)
December 2005
(2)
September 2005
(5)
July 2005
(3)
June 2005
(1)
May 2005
(4)
April 2005
(3)
April, 2005
MSDN Blogs
>
Managed CodeGen
>
April, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Managed CodeGen
Token APIs on Module Builder
Posted
over 7 years ago
by
yirutang
1
Comments
We have some token APIs on Module Builder that can be used to as an optional approach as to regular Refelction.Emit APIs. They are: public TypeToken GetTypeToken(Type type) public TypeToken GetTypeToken(String name) // this looks just like ModuleBuilder...
Managed CodeGen
How to Emit Generics
Posted
over 7 years ago
by
yirutang
5
Comments
Reflection.Emit can emit Generics! Checkout here: Here is a code sample that tells you how to emit various Generics. It is created as dev unit test by Chris King who implemented Reflection.Emit on Generics. using System; using System.Reflection;...
Managed CodeGen
Token Resolution (I)
Posted
over 7 years ago
by
yirutang
2
Comments
This is my first post. Let me start by introducing a small program that you can do with Whidbey Reflection. Here is a small app showing you how you can get all the methods in Assembly A that is referenced by Assembly B. There was no API such as GetReferencedMethods...
Page 1 of 1 (3 items)