Constructor InMemoryRunnableScript
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v9.dll
InMemoryRunnableScript(string)
Initializes a new instance of the InMemoryRunnableScript
class with specified parameters.
public InMemoryRunnableScript(string scriptCode)
Parameters
scriptCode
stringScript code to compile.