Difference between CodeDOM and CompilerServices ?

  • Thread starter Thread starter Aneesh Pulukkul [http://dotnet-revolutions.blogspo
  • Start date Start date
A

Aneesh Pulukkul [http://dotnet-revolutions.blogspo

What is the actual difference between System.CodeDom and
System.Runtime.CompilerServices from a code generation perspective?
 
Aneesh said:
What is the actual difference between System.CodeDom and
System.Runtime.CompilerServices from a code generation perspective?

Since System.Runtime.CompilerServices contains no code generation
functionality at all (just metadata helpers), I'm not sure what you mean.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top