Click or drag to resize

ScriptObject.Engine Property

Gets the script engine that owns the object.

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

Property Value

ScriptEngine

Implements

IScriptObject.Engine
See Also