Click or drag to resize

ScriptEngineHostData Property

Allows the host to attach arbitrary data to the script engine.

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

Property Value

Object

Implements

IScriptEngineHostData
See Also