[Mono-dev] TypeForwardedFrom

Neale Ferguson NealeFerguson at verizon.net
Thu Apr 11 15:48:54 UTC 2013


Thanks again and apologies for peppering you with questions. In
WriteAssemblyName() it retrieves the AssemblyFullName so I'm not sure how I
can get the forwarded name without the associated Type value.

Neale

On 4/11/13 10:04 AM, "Robert Jordan" <robertj at gmx.net> wrote:

> Neale,
> 
> The icall's declaration:
> 
> mono/metadata/icall-def.h:ICALL(ASSEM_23, "get_fullname",
> ves_icall_System_Reflection_Assembly_get_fullName)
> 
> The function:
> 
> mono/metadata/icall.c:ves_icall_System_Reflection_Assembly_get_fullName
> (MonoReflectionAssembly *assembly)
> 
> 
> I won't add this overhead to the Assembly class because it's a Type
> feature after all. You can handle this locally in ObjectWriter,
> as this is the only place where TypeForwardedFrom is used at all.




More information about the Mono-devel-list mailing list