Click or drag to resize

ScriptEngineNullImportValue Property

Gets or sets the script engine's null import value.

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

Property Value

Object

Implements

IScriptEngineNullImportValue
Remarks
Some script languages support one or more special null values that represent empty or unassigned object references. When such a value is marshaled to the host, the script engine maps it to the value of this property. The default value is simply null.
See Also