IKVM C# to Java Interop with Callback using IKVM
问题 I've started using IKVM to translate Java libs into .NET CIL. I can successfully write a C# program that pulls in (inproc) a translated Java assembly as a reference and make calls to the translated Java code. My question is, is anyone familiar w/ how to make calls (callbacks) from Java to C# using IKVM? I've been looking for a good tutorial or explanation but haven't seen one yet. Any help is appreciated. Thanks, mj 回答1: Ladies and Gentlemen, I figured out my own question. Code first followed