Table of Contents

Class FileRunnableScript

Namespace
Alternet.Scripter.IronPython
Assembly
Alternet.Scripter.IronPython.v9.dll

Represents compiled script assembly stored in the file system.

public class FileRunnableScript : RunnableScript
Inheritance
FileRunnableScript

Constructors

FileRunnableScript(IScriptRun, 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

Execute(ScriptEngine, ScriptScope)
GetSources(ScriptEngine)