[Ikvm-developers] Class.forName and csharp classes
Brought to you by:
jfrijters
|
From: Martin G. <M.G...@bi...> - 2017-02-15 10:34:27
|
Hi, we are converting a deserialization jar via ikvm into a dll and bind a csharp class via guice to some of the serialized classes. The java code contains a call for Class.forName for that class. As our injected class is a csharp class, this doesn't work. Is there any way to work around this? (In the sense the Class.forName also finds csharp classes?) Regards Martin |