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
owner
IScriptRunOwner of this script.
filePaths
IEnumerable<string>List of files suitable for this script.
scriptCode
stringOptional script code to use instead of file content.