Click or drag to resize

IScriptEngineScript Property

Allows the host to access script resources dynamically.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
Object Script { get; }

Property Value

Object
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