Table of Contents

Class InMemoryRunnableScript

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

Represents compiled script assembly stored in memory.

public class InMemoryRunnableScript : RunnableScript
Inheritance
InMemoryRunnableScript

Constructors

InMemoryRunnableScript(string)

Initializes a new instance of the InMemoryRunnableScript class with specified parameters.

Properties

ScriptCode

Gets a script code to compile.

Methods

Execute(ScriptEngine, ScriptScope)
GetSources(ScriptEngine)