Constructor FileRunnableScript
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v10.dll
FileRunnableScript(IScriptRun, IEnumerable<string>, string)
Initializes a new instance of the FileRunnableScript class with specified list of files.
public FileRunnableScript(IScriptRun owner, IEnumerable<string> filePaths, string scriptCode = null)
Parameters
ownerIScriptRunOwner of this script.
filePathsIEnumerable<string>List of files suitable for this script.
scriptCodestringOptional script code to use instead of file content.