Hey Jan, On Fri, May 21, 2010 at 3:14 PM, Jan <[email protected]> wrote: > I just saw your TypeSystem class that gives you access to all base > types. I had to implement the same for myself to get the mscorlib.dll > and import the types from the right runtime version. > Isn't it possible to make the implementation public available?
I've been pondering about that. I'd have to review the API. > Additionally I need the System.dll in a specific version as well. > Maybe the TypeSystem class can be enhanceable by me to add an > implementation for the System.dll. Only the corlib will be exposed by the type system, as System is not different from any other assembly. -- Jb Evain <[email protected]> -- -- mono-cecil
