Click or drag to resize

ScriptEngineEnableAutoHostVariables Property

Enables or disables automatic host variable tunneling for by-reference arguments to script functions and delegates.

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

Property Value

Boolean

Implements

IScriptEngineEnableAutoHostVariables
Remarks
When this property is set to true, the script engine replaces by-reference arguments to script functions and delegates with host variables, allowing script code to simulate output arguments if the script language does not support them natively.
See Also