ScriptEngine(String, String) Constructor |
Initializes a new script engine instance with the specified list of supported file name extensions.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax protected ScriptEngine(
string name,
string fileNameExtensions
)
Protected Sub New (
name As String,
fileNameExtensions As String
)
protected:
ScriptEngine(
String^ name,
String^ fileNameExtensions
)
new :
name : string *
fileNameExtensions : string -> ScriptEngine
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