CreateFromFiles(string[])
Method in CompilationJob
Summary
Creates a new CompilationJob using the contents of a collection of files.
public static CompilationJob CreateFromFiles(params string[] paths)
Parameters
Name
Description
string[]
paths
The paths to the files.
Returns
A new CompilationJob .
PreviousCreateFromFiles(IEnumerable<string>,Library?)NextCreateFromString(string,string,Library?,int)
Last updated
Was this helpful?