I am curious as to if this is even possible. Is it possible to create a c# exe project with a rich text box that if I typed in for example
public void TestFunction(){
MessageBox.Show("test");
};
that it would execute the code and build the function? I don't know if this makes sense. It was just one of those little questions that I had today and I don't know where to find the answer or what it is even called.