Interface IScriptEngine
- Namespace
- LunyScript /
- Assembly
- LunyScript.dll
Public interface for LunyScript
public interface IScriptEngine
Expand Details ...
Properties
GlobalVariables
ITable GlobalVariables { get; }
Property Value
Methods
GetScriptContext(LunyNativeObjectId)
IScriptRuntimeContext GetScriptContext(LunyNativeObjectId lunyNativeObjectID)
Parameters
| Type | Name | Description |
|---|---|---|
lunyNativeObjectID |