[Mono-devel-list] Corlib NUnit Failures

Jeroen Frijters jeroen at sumatra.nl
Mon May 12 04:38:11 EDT 2003


Paolo Molaro wrote:
> In version 1.1 of .net, MS added the SetMarshal() call on 
> MethodBuilder, so we should switch to use that instead of 
> using the 0 index (internally in the mono runtime we can 
> continue to use the same mechanism, just not expose it to the 
> user). mcs should be changed to do a GetMethod/Invoke on 
> SetMarshal, so that it can be still compiled on the 1.1 
> version of the framework.

Huh? MethodBuilder.SetMarshal was in 1.0 already and it cannot be used
to set a custom attribute on the return type (which is what
DefinedParameter(0,...) is used for).

Regards,
Jeroen



More information about the Mono-devel-list mailing list