Hello, I have an assembly analysis tool which uses rreflection to inspect the assemblies. On Windows + .NET this tool work very nice. Now I want to run this tool on mono too (for now just on Windows) but i'm experiencing issues.
The tool also inspects the method bodies. for getting references to the MethodInfo instances etc, I use Module.ResolveMethod. However, this method throws an exception when the method is in a generic class (ie, System.Collections.List<int>.Add(..) ) Is this a known (and intended) limitation? or is it a thusfar undiscovered bug? Regards, Matthijs ter Woord -- View this message in context: http://www.nabble.com/Reflection-error-tp20244575p20244575.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
