[MonoDevelop] Import Visual Studio .NET Projects
Ian MacLean
ianm@ActiveState.com
Wed, 16 Mar 2005 10:13:13 +0900
Todd Berman wrote:
>
>Also, as a bit of warning, I think we need to make sure that we
>completely load assemblies out of process, because I am not even sure
>that we can generate a 2.0 mscorlib completion database.
>
>
>
Have you considered using the new cecil introspection library for this ?
It allows you to reflect on assemblies without loading them into the
current appdomain - ie it treats them as regular files. Its still in
development but already you can access pretty much everything that
System.Reflection gives you.
Ian