[MonoDevelop] System.Reflections thorough description

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Oct 12 12:26:19 EDT 2007


On 10/12/07, Bartók György <bartok.gyorgy at gmail.com> wrote:
> Hi everyone!
>
> Does anyone know where I can get thorough and detailed information about
> System.Reflections?
> I haven't found anything but short tutorials with one or two aspects of it.
> I'm not only interested in webpages, but books, too.

Hi,

This isn't really the right mailing list for your request -- mono-list
would be better.

That said, the answer to your question depends what you want to use
reflection for. In MonoDevelop we use Mono.Cecil for code completion
instead of System.Reflection, as it doesn't have the requirement to
load the assemblies into your AppDomain.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list