Click or drag to resize

ScriptObjectEngine Property

Gets the script engine that owns the object.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public abstract ScriptEngine Engine { get; }

Property Value

ScriptEngine

Implements

IScriptObjectEngine
See Also