Table of Contents

Class FileRunnableScript

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

Represents compiled script assembly stored in the file system.

public class FileRunnableScript : RunnableScript
Inheritance
FileRunnableScript

Constructors

FileRunnableScript(IEnumerable<string>, string)

Initializes a new instance of the FileRunnableScript class with specified list of files.

Properties

FilePaths

Gets list of compiled files.

ScriptCode
ScriptFile

Methods

CheckErrors(ScriptEngine)
Execute(ScriptEngine, ScriptScope)
RunProcess(ScriptEngine, object[], bool)