Click or drag to resize

ScriptEngine Constructor (String)

Note: This API is now obsolete.

Initializes a new script engine instance.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
[ObsoleteAttribute("Use ScriptEngine(string name, string fileNameExtensions) instead.")]
protected ScriptEngine(
	string name
)

Parameters

name
Type: SystemString
A name to associate with the instance. Currently this name is used only as a label in presentation contexts such as debugger user interfaces.
See Also