hosting the runtime



I would like to host the .NET runtime in my (Objective)C application
I wonder what is the API for that.
I have SDK 2.0, I looked in the hosting the runtime section of it, very
succint.
The only 'relevant' function I found was: CorBindToRuntimeEx
but I still don't know how to launch a given (static) method.....

any tip?


.


Loading