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

Inheritance: IScriptInvoker
Afficher le fichier Open project: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler

Private Properties

Свойство Type Description
Dispose void

Méthodes publiques

Méthode 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

Méthode Description
Dispose ( ) : void

Method Details

RunPowershell() public méthode

public RunPowershell ( string pathToScriptFile, object>.Dictionary parameters ) : List
pathToScriptFile string
parameters object>.Dictionary
Résultat List

RunPowershell() public méthode

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

RunPowershell() public méthode

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