Table of Contents

Class InMemoryRunnableScript

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

Represents compiled script assembly stored in memory.

public class InMemoryRunnableScript : RunnableScript
Inheritance
InMemoryRunnableScript
Derived

Constructors

InMemoryRunnableScript(string)

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

Properties

ScriptCode

Gets a script code to compile.

ScriptMode

Methods

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