[Mono-dev] [Patch] AssemblyName ctor

Carlos Alberto Cortez calberto.cortez at gmail.com
Mon Aug 22 12:22:41 EDT 2005


Hey Paolo,

We have mono_assembly_name_parse, which receives a MonoString* and a
MonoAssemblyName*. The problem I find is that every time a
System.Reflection.AssemblyName were created using the described ctor, we
should also create a MonoAssemblyName (not needed).

With the managed ctor, we also avoid calling the internal call.

What do you think?

Carlos.

El sáb, 20-08-2005 a las 12:27 +0200, Paolo Molaro escribió:
> On 08/19/05 Carlos Alberto Cortez wrote:
> > The patch attached implements the new AssemblyName ctor without using
> > internal calls. Could anybody review it?
> 
> And the advantage of this is?
> The runtime needs and does have a function to do the parsing of the
> string, so just use an icall to use that.
> 
> lupus
> 




More information about the Mono-devel-list mailing list