[Mono-dev] TypeForwardedFrom

Robert Jordan robertj at gmx.net
Thu Apr 11 10:47:02 UTC 2013


Hi Neale,

On 11.04.2013 01:45, Neale Ferguson wrote:
> [MethodImplAttribute (MethodImplOptions.InternalCall)]
> private extern string get_fullname ();
>
> Where is get_fullname? I can't find it anywhere. In any event just
> manipulating the strings isn't good enough, I need the type information to
> do the TypeForwardedLookup don't I?

It's an internal call implemented in the runtime.

Anyway, you can't change this property. Assembly.FullName must
always reflect the real assembly name, regardless of whether
TypeForwardedFrom is in effect or not.

Bad Things(TM) would happen if you'd change it.

Robert



More information about the Mono-devel-list mailing list