Table of Contents

Interface IScriptEngine

Namespace
LunyScript
/
Assembly
LunyScript.dll

Public interface for LunyScript

public interface IScriptEngine
Expand Details ...

Properties

GlobalVariables

ITable GlobalVariables { get; }

Property Value

ITable

Methods

GetScriptContext(LunyNativeObjectId)

IScriptRuntimeContext GetScriptContext(LunyNativeObjectId lunyNativeObjectID)

Parameters

Type Name Description
LunyNativeObjectId
lunyNativeObjectID

Returns

IScriptRuntimeContext