C# Класс Org.IdentityConnectors.Common.Script.Shell.ShellScriptExecutorFactory

Наследование: ScriptExecutorFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
NewScriptExecutor ( Assembly refs, string script, bool compile ) : ScriptExecutor

Creates a script executor give the Shell script.

Описание методов

NewScriptExecutor() публичный Метод

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
Результат ScriptExecutor