C# 클래스 biz.dfch.CS.Appclusive.Scheduler.Extensions.ContractClassForIScriptInvoker

상속: IScriptInvoker
파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler

Private Properties

프로퍼티 타입 설명
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

비공개 메소드들

메소드 설명
Dispose ( ) : void

메소드 상세

RunPowershell() 공개 메소드

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

RunPowershell() 공개 메소드

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

RunPowershell() 공개 메소드

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