Question Code Generation with CodeDOM

njsokalski

Well-known member
Joined
Mar 16, 2011
Messages
102
Programming Experience
5-10
I am working on a method that generates another class using the CodeDom, VBCodeProvider, and whatever other classes are necessary. I will be using the method in a Windows Phone 7 (and possibly at some point Windows Phone 8) app, so my first question is, "Are all the necessary classes available in the Compact Framework?" If it is possible in the Compact Framework, can somebody help me figure out how to get started and tell me what assemblies and namespaces I need to include? Thanks.
 
Back
Top