Table of Contents

Constructor FileRunnableScript

Namespace
Alternet.Scripter.IronPython
Assembly
Alternet.Scripter.IronPython.v9.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 IScriptRun
filePaths IEnumerable<string>

List of files suitable for this script.

scriptCode string