This function compiles a given SCOPE script locally.

Namespace: ScopeClient
Assembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public static void Compile(
	string scopeScriptFileName,
	Dictionary<string, string> parameters
)
Visual Basic
Public Shared Sub Compile ( _
	scopeScriptFileName As String, _
	parameters As Dictionary(Of String, String) _
)
Visual C++
public:
static void Compile(
	String^ scopeScriptFileName, 
	Dictionary<String^, String^>^ parameters
)

Parameters

scopeScriptFileName
Type: String
The name of the SCOPE script file.
parameters
Type: Dictionary<(Of <(<'String, String>)>)>
Parameters to be replaced in the SCOPE script.

See Also