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.
 
Back
Top