Answer the question
In order to leave comments, you need to log in
Is there a way in C# to embed data given to a program by input?
Good afternoon, tell me please - maybe in C # there is some way to embed what the user enters into the program code? I know this sounds ambiguous, so here's a rough example of what I mean:
string inputcons = console.readline();
Function(newclass.'inputcons');
Answer the question
In order to leave comments, you need to log in
If I correctly understood the essence of the issue, then such things are solved in a more beautiful way, such as embedding a scripting language into a program (for example, Lua):
https://habrahabr.ru/post/197262/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question