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

Processes the script.
Inheritance: ScriptExecutor
Show file Open project: Tirasa/ConnId

Public Methods

Method Description
Execute ( object>.IDictionary arguments ) : object
ShellScriptExecutor ( string script ) : System

Method Details

Execute() public method

public Execute ( object>.IDictionary arguments ) : object
arguments object>.IDictionary
return object

ShellScriptExecutor() public method

public ShellScriptExecutor ( string script ) : System
script string
return System