2

Is it possible to compile several external files using CSharpCodeProvider? I'm now just compile a string. I want to create a hierarchy of .cs files and then compile them.

Thanks.

1 Answer 1

1

Use the FromFileBatch method, it accepts an array of files.

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

1 Comment

Thanks man! You're the one, every time you save me. Thanks. I put your name in my program, I'll contact you soon when my 2d engine was done.

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.