Click or drag to resize

ScriptEngine Constructor (String, String)

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.2.5
Syntax
protected ScriptEngine(
	string name,
	string fileNameExtensions
)

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