Constructor FileRunnableScript
FileRunnableScript(IEnumerable<string>, string)
Initializes a new instance of the FileRunnableScript
class with specified list of files.
public FileRunnableScript(IEnumerable<string> filePaths, string scriptCode = null)
Parameters
filePaths
IEnumerable<string>List of files suitable for this script.
scriptCode
string