ScriptEngineHostData Property |
Allows the host to attach arbitrary data to the script engine.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public Object HostData { get; set; }
Public Property HostData As Object
Get
Set
public:
virtual property Object^ HostData {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract HostData : Object with get, set
override HostData : Object with get, set
Property Value
ObjectImplements
IScriptEngineHostDataSee Also