Click or drag to resize

ScriptEngine(String) Constructor

Note: This API is now obsolete.

Initializes a new script engine instance.

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

Parameters

name  String
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