WindowsScriptEngineScript Property |
Allows the host to access script resources dynamically.
Namespace: Microsoft.ClearScript.Windows.CoreAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax public override Object Script { get; }
Public Overrides ReadOnly Property Script As Object
Get
public:
virtual property Object^ Script {
Object^ get () override;
}
abstract Script : Object with get
override Script : Object with get
Property Value
ObjectImplements
IScriptEngineScriptRemarks
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