CompilationJob.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

NameDescription
string[] pathsThe paths to the files.

Returns

A new CompilationJob .