Table of Contents

Interface IScriptEngine

Namespace
LunyScript
Assembly
LunyScript.dll

Public interface for LunyScript

public interface IScriptEngine

Properties

GlobalVariables

ITable GlobalVariables { get; }

Property Value

ITable

Methods

GetScriptContext(LunyNativeObjectId)

IScriptRuntimeContext GetScriptContext(LunyNativeObjectId lunyNativeObjectID)

Parameters

lunyNativeObjectID LunyNativeObjectId

Returns

IScriptRuntimeContext