[Ikvm-developers] Changing the external signature of a Java class?
Brought to you by:
jfrijters
|
From: Matthew M. <ma...@ac...> - 2004-03-23 19:28:14
|
Would it be possible to change to external signature of an IKVM-compiled Java class? What I'm thinking is compiling a Java .jar file while mapping the Java classes to .NET's CamelCase and converting get_* and set_* to the appropriate accessors. A manual mapping solution would be fine (ie: maintaining a mapping .xml file). I'm hoping to be able to quickly compile and run the SWT toolkit with .NET method signatures, even if it requires a bit of maintenance work keep the class signatures mapped correctly. Any ideas? Could this be solved in a similar manner to the core IKVM map.xml file? Matt. |