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

Inheritance: ScriptExecutorFactory
Afficher le fichier Open project: Tirasa/ConnId

Méthodes publiques

Méthode Description
NewScriptExecutor ( Assembly refs, string script, bool compile ) : ScriptExecutor

Creates a script executor give the Shell script.

Method Details

NewScriptExecutor() public méthode

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
Résultat ScriptExecutor