Hello,

> Is it reasonable to assume that cases of "internal calls" and "using COM" 
> are always accompanied by the text string "MethodImplOptions.InternalCall" 
> in the MSIL?  If so, then I did a quick search for "InternalCall" in my 
> application's DLL's, and other than a couple COM interfaces in 
> Accessibility.dll, the "non-portable" stuff seems to be entirely confined 
> to mscorlib.dll.

My list was not exhaustive, you should also look for P/Invoke and IJW
stubs.

But even if you did not look into that, Windows.Forms exposes and
consumes COM extensively so it will not work on Mono (in our
implementation we just throw).

Miguel.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to