Click or drag to resize

IScriptEngineExecuteDocument(String) Method

Loads and executes a script document.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
void ExecuteDocument(
	string specifier
)

Parameters

specifier  String
A string specifying the document to be loaded and executed.
Remarks
In some script languages the distinction between statements and expressions is significant but ambiguous for certain syntactic elements. This method always interprets script code loaded from the specified document as a statement.
See Also