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