0

I have a little C# script that I created that gets some system information. I was wondering if there is a way to use the C# script without creating an exe and running the exe from it. I have it setup so it will pull information from executing the exe but I would like something a little more generic and doesn't rely so much on the exe but on the C# script itself.

1 Answer 1

1

Take a look at http://www.ikvm.net/.

IKVM.NET is an implementation of Java for Mono and the Microsoft .NET Framework. It includes the following components:

A Java Virtual Machine implemented in .NET
A .NET implementation of the Java class libraries
Tools that enable Java and .NET interoperability
Sign up to request clarification or add additional context in comments.

2 Comments

I just found a post about this exact thing. Looking into it right now.
hope you find what you are looking for.

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.