All pages
Powered by GitBook
1 of 1

Loading...

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

Returns

A new .

string[] paths

The paths to the files.

CompilationJob