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

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

Private Properties

Property Type Description
Dispose void

Public Methods

Method Description
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

Private Methods

Method Description
Dispose ( ) : void

Method Details

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