C# 클래스 PowerShellConsole.PSConsolePowerShell

파일 보기 프로젝트 열기: dfinke/PowerShellConsole 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetScriptsDirectory string
GetScriptsToRun IEnumerable

공개 메소드들

메소드 설명
ExecutePS ( this script ) : Collection
ExecuteScriptEntryPoint ( this scriptEntryPoint, object argument = null ) : void
SetVariable ( string name, object value ) : void

비공개 메소드들

메소드 설명
GetScriptsDirectory ( ) : string
GetScriptsToRun ( string scriptEntryPoint ) : IEnumerable

메소드 상세

ExecutePS() 공개 정적인 메소드

public static ExecutePS ( this script ) : Collection
script this
리턴 Collection

ExecuteScriptEntryPoint() 공개 정적인 메소드

public static ExecuteScriptEntryPoint ( this scriptEntryPoint, object argument = null ) : void
scriptEntryPoint this
argument object
리턴 void

SetVariable() 공개 정적인 메소드

public static SetVariable ( string name, object value ) : void
name string
value object
리턴 void