[Mono-list] RunTests.corlib.exe in mint failing
Nick Drochak
ndrochak@gol.com
Sun, 17 Mar 2002 17:25:02 +0900
| Most of the internalcalls are executed just like P/Invoke
| methods because they are basically the same (with icalls you
| don't do marshaling, but that's it).
|
OK, that makes sense. Thanks for the clarification. The code is a bit
confusing since there is also an icall() function in that same dispatch
logic. A comment or two there (well, anywhere) would have helped.
Hint, hint :)
Thanks,
Nick D.