Table of Contents

Constructor FileRunnableScript

Namespace
Alternet.Scripter.Python
Assembly
Alternet.Scripter.Python.v9.dll

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