Reputation: 2382
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.
Upvotes: 2
Views: 607
Reputation: 941377
Use the FromFileBatch method, it accepts an array of files.
Upvotes: 1