[Mono-devel-list] [Path] Reflection Only methods
Carlos Alberto Cortez
calberto.cortez at gmail.com
Mon Feb 14 16:02:26 EST 2005
Hi,
Totally agreed. I will include this change in my next patch.
Carlos.
El lun, 14-02-2005 a las 12:44 +0530, Raja R Harinath escribió:
> Hi,
>
> Carlos Alberto Cortez <calberto.cortez at gmail.com> writes:
> [snip]
> > -/**
> > - * mono_assembly_open:
> > - * @filename: Opens the assembly pointed out by this name
> > - * @status: where a status code can be returned
> > - *
> > - * mono_assembly_open opens the PE-image pointed by @filename, and
> > - * loads any external assemblies referenced by it.
> > - *
> > - * NOTE: we could do lazy loading of the assemblies. Or maybe not worth
> > - * it.
> > - */
> > MonoAssembly *
> > -mono_assembly_open (const char *filename, MonoImageOpenStatus *status)
> > +mono_assembly_open_refonly (const char *filename, MonoImageOpenStatus *status, gboolean refonly)
>
> I think the name of this function is misleading. It probably should be
> named something like
>
> mono_assembly_open_full
>
> (if we follow the naming convention of glib/gtk+). It contains both
> behaviours, not just 'refonly', from what I understand of the code.
>
> - Hari
More information about the Mono-devel-list
mailing list