Overload List

  NameDescription
Public methodStatic memberCompile(String)
This function compiles a given SCOPE script locally.
Public methodStatic memberCompile(String, Dictionary<(Of <<'(String, String>)>>))
This function compiles a given SCOPE script locally.
Public methodStatic memberCompile(String, String, Boolean, String)
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential. This function needs to be used only if the script references to some dll, views, or other resources on the virtual cluster. If the script does not reference any dlls or views from the vc, it is advisable to use Compile(string scopeScriptFileName) function.
Public methodStatic memberCompile(String, String, String, String)
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential. This function needs to be used only if the script references to some dll, views, or other resources on the virtual cluster. If the script does not reference any dlls or views from the vc, it is advisable to use Compile(string scopeScriptFileName) function.
Public methodStatic memberCompile(String, String, Boolean, String, Dictionary<(Of <<'(String, String>)>>))
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential. This function needs to be used only if the script references to some dll, views, or other resources on the virtual cluster. If the script does not reference any dlls or views from the vc, it is advisable to use Compile(string scopeScriptFileName) function.
Public methodStatic memberCompile(String, String, Boolean, String, Dictionary<(Of <<'(String, String>)>>), String)
This function compiles a given SCOPE script locally. This function also sets the vcName, proxy and defaultCredential. This function needs to be used only if the script references to some dll, views, or other resources on the virtual cluster. If the script does not reference any dlls or views from the vc, it is advisable to use Compile(string scopeScriptFileName) function.

See Also