IScriptEngineHostData 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 Object HostData { get; set; }
Property HostData As Object
Get
Set
property Object^ HostData {
Object^ get ();
void set (Object^ value);
}
abstract HostData : Object with get, set
Property Value
ObjectSee Also