Click or drag to resize

V8ScriptEngine.Script Property

Allows the host to access script resources dynamically.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public override Object Script { get; }

Property Value

Object

Implements

IScriptEngine.Script
IScriptEngine.Script
Remarks
The value of this property is an object that is bound to the script engine's root namespace. It dynamically supports properties and methods that correspond to global script objects and functions.
See Also