Hi, On Fri, Jun 17, 2011 at 7:59 PM, Alex B <[email protected]> wrote: > Is there a way to get all types used inside C# method ie: > > public int foo(string str) > { > Bar bar = new Bar(); > string x = "test"; > TEST t = bar.GetTEST(); > } >
There's no builtin way. See for instance: http://groups.google.com/group/mono-cecil/browse_thread/thread/dfb05686e35cbcad/981d606149de1e99?lnk=gst&q=used#981d606149de1e99 Jb -- -- mono-cecil
