[Ikvm-developers] Just looking for an advice about IKVM.Reflection.Emit
Brought to you by:
jfrijters
|
From: Luis O. <ziu...@gm...> - 2011-03-24 23:32:25
|
Hi I just read some very interesting articles about your Reflection.Emit implementation called IKVM.Reflection.Emit (like http://weblog.ikvm.net/CommentView.aspx?guid=9b7ada92-88d7-45c7-be83-8e6f4f3ccb1b), and my question is: I wrote a Domain Specific Language for .Net using reflection emit and saving the assembly with debug info (MarkSequencePoint), and I just found some issues with reflection, and after read articles about ikvm implementation of reflection.emit, I want to know if the IKVM implementation would be able to work as a substitute of M$ reflection at my code generator (I just create assemblies with debug info) ?, I'll able to save my assembly as I do with M$ implementation? Regards, Luis. |