May I execute C# applications inside my game?

Hi!.

I’ve got a .cs file made in C# which plot a 2D math graph if it receives values even at more speed than 24fps. I’d like to plot the 2D math graph in a window in the server or client version of my game.

So, may I execute C# applications inside my game?

Thank you very much in advance.

You may be able to compile the C# right into your game, if it doesn’t need things that Mono/Unity don’t support.