Welcome to MSDN Blogs Sign in | Join | Help

January 2006 - Posts

The following "Hello World" program shows how to use APIs in the class DynamicILInfo . MSDN documentation will have more details on this class in the next release. using System; using System.Reflection; using System.Reflection.Emit; class Demo Read More...
When working on .NET projects, we often need to find the right API or the proper parameters to pass in to a particular method. Usually we search MSDN or turn to other search engines to solve such issue. Some people, however, prefer first-hand experience Read More...
 
Page view tracker