C# Class biz.dfch.CS.Appclusive.Scheduler.Extensions.ScriptInvoker

Inheritance: IScriptInvoker
Datei anzeigen Open project: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RunPowershell ( string pathToScriptFile, object>.Dictionary parameters ) : List
RunPowershell ( string pathToScriptFile, object>.Dictionary parameters, List &scriptResult ) : bool
RunPowershell ( string pathToScriptFile, object>.Dictionary parameters, List &scriptResult ) : bool
ScriptInvoker ( IAppclusivePluginLogger logger ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

RunPowershell() public method

public RunPowershell ( string pathToScriptFile, object>.Dictionary parameters ) : List
pathToScriptFile string
parameters object>.Dictionary
return List

RunPowershell() public method

public RunPowershell ( string pathToScriptFile, object>.Dictionary parameters, List &scriptResult ) : bool
pathToScriptFile string
parameters object>.Dictionary
scriptResult List
return bool

RunPowershell() public method

public RunPowershell ( string pathToScriptFile, object>.Dictionary parameters, List &scriptResult ) : bool
pathToScriptFile string
parameters object>.Dictionary
scriptResult List
return bool

ScriptInvoker() public method

public ScriptInvoker ( IAppclusivePluginLogger logger ) : System
logger IAppclusivePluginLogger
return System