0

If I got a Java class in compiled format, is there a tool that can convert the class for me into a C# class? e.g. take the class, interface, enum etc and write it in C# with the same method signatures, same OOP inheritance etc. Just leave the gabs open for me to complete the implementation.

1 Answer 1

2

IKVM.NET Bytecode Compiler (ikvmc.exe):

The ikvmc tool converts Java bytecode to .NET dll's and exe's

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.