Can you give me some pointers on making C# code and Java code interoperate? Let's define the interoperation as something simple: allow (from Java code) the instantiantion and method calling of a class defined in C#, and, possibly, the other way around as well.
Is this even possible natively? (i.e. without some proxy/skeleton interface mechanism)
And finally, what proxy mechanisms can be used? (i.e. are supported by both language realms)
I've used IKVM to accomplish this successfully.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With