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.3.1
Syntaxprotected 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
- 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