[nem-en] Re: test-498.n failing

Snaury snaury at gmail.com
Sun Jul 2 13:01:07 CEST 2006


Btw, mono seems to workaround it by something like this:

if((a.GetMethodImplOptions () & MethodImplOptions.InternalCall) != 0) {
  MethodBuilder.SetImplementationFlags
(MethodImplAttributes.InternalCall | MethodImplAttributes.Runtime);
}

I'm not sure whether it is correct or not though...



More information about the devel-en mailing list