[Mono-dev] Using Reflector File Generator Add-Ins

Andreas Nahr ClassDevelopment at A-SoftTech.com
Mon Apr 16 02:54:21 EDT 2007


I do not see any use for this at all.
Normally a .Net assembly should run unchanged when used on mono, so there is
no need to do this.
If it doesn't (because of e.g. pinvokes) getting source does not help
because you are not allowed to disassemble/change/reassemble 3rd party
libraries. And IF you are allowed (because they are OSS or you have the
rights to) then you usually have the sourcecode in the first place anyways.

  _____  

Von: mono-devel-list-bounces at lists.ximian.com
[mailto:mono-devel-list-bounces at lists.ximian.com] Im Auftrag von Dimiter
Dobrev (Crossroad)
Gesendet: Donnerstag, 12. April 2007 16:53
An: mono-devel-list at lists.ximian.com
Betreff: [Mono-dev] Using Reflector File Generator Add-Ins



Hello. I'd like to ask you if it is possible to to port .NET assemblies to
Mono using the .NET Reflector file generator add-ins
(http://www.codeplex.com/reflectoraddins), which can generate a project with
the full source code from a disassembled assembly. I think it is quite a
time saver; it is true that Reflector makes mistakes, btu they could be
corrected by using ildasm. Have you ever used this? Thank you in advance for
your time.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070416/f3525aa9/attachment.html 


More information about the Mono-devel-list mailing list