[Mono-devel-list] [Patch] Reflection Only

Zoltan Varga vargaz at gmail.com
Tue Feb 22 13:13:51 EST 2005


                                             Hi,

  Some comments:
- In GetCustomAttributesData (), it would be better to call
   Array.AsReadOnly<CustomAttributeData> (attrs) instead of allocating a new
  list.
- In assembly.c:
+AssemblyPreLoadHook *assembly_refonly_preload_hook = NULL;
  this should be static.

I will try to review the reflection.c changes later, the others look
ok to commit.

                          Zoltan

On Wed, 16 Feb 2005 06:52:04 -0600, Carlos Alberto Cortez
<calberto.cortez at gmail.com> wrote:
> Hi,
> 
> This is the latest patch for implementing the support of ReflectionOnly
> methods that are part of the .Net Whidbey, with the last changes
> suggested by Paolo. I have also change the names from *_refonly to
> *_fullname, by a suggestion of Raja, and which I found much better.
> 
> It also adds support for retrieving CustomAttributeData, which is
> basically the attribute data itself.
> 
> Maybe could we commit this?
> 
> Carlos.
> 
> 
>



More information about the Mono-devel-list mailing list