Click or drag to resize

ScriptEngine(String, String) Constructor

Initializes a new script engine instance with the specified list of supported file name extensions.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
protected ScriptEngine(
	string name,
	string fileNameExtensions
)

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.
fileNameExtensions  String
A semicolon-delimited list of supported file name extensions.
See Also