Hello,

> I am working on a project which required parsing C# source file and
> consequently building the CodeDOM tree of the code and finding all the
> redundant classes/methods in the code. 

Neither MCS nor GMCS use the CodeDOM.   The CodeDOM is a very simple API
to generate code.

Notice that MCS and GMCS are dual licensed under the GPL (which means
all of the code that you use with any code derived from MCS/GMCS must be
GPL) or you can obtain a commercial license from Novell.

Miguel
> 
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to