C# Class Org.IdentityConnectors.Common.Script.Shell.ShellScriptExecutorFactory

Inheritance: ScriptExecutorFactory
ファイルを表示 Open project: Tirasa/ConnId

Public Methods

Method Description
NewScriptExecutor ( Assembly refs, string script, bool compile ) : ScriptExecutor

Creates a script executor give the Shell script.

Method Details

NewScriptExecutor() public method

Creates a script executor give the Shell script.
public NewScriptExecutor ( Assembly refs, string script, bool compile ) : ScriptExecutor
refs System.Reflection.Assembly
script string
compile bool
return ScriptExecutor