Class InMemoryRunnableScript
- Namespace
- Alternet.Scripter.TypeScript
- Assembly
- Alternet.Scripter.TypeScript.v9.dll
Represents compiled script assembly stored in memory.
public class InMemoryRunnableScript : RunnableScript
- Inheritance
-
InMemoryRunnableScript
Constructors
- InMemoryRunnableScript(string, SourceMap)
Initializes a new instance of the
InMemoryRunnableScript
class with specified parameters.
Properties
- ScriptCode
Gets a script code to compile.
- SourceMap
Gets a SourceMap to bound original and generated code.