C# 클래스 PecanWaffle.PowerShellInvoker

파일 보기 프로젝트 열기: ligershark/pecan-waffle

Private Properties

프로퍼티 타입 설명
GetErrorStringFrom string
GetErrorStringFrom string

공개 메소드들

메소드 설명
EnsureInstallPwScriptInvoked ( string extensionInstallDir ) : void
GetStringFrom ( Collection invokeResult ) : string
PowerShellInvoker ( ) : Microsoft.VisualStudio.Shell
RunPwCreateProjectScript ( string projectName, string destPath, string templateName, string templateSource, string templateSourceBranch, Hashtable properties ) : void
WriteToOutputWindow ( string message ) : void

비공개 메소드들

메소드 설명
GetErrorStringFrom ( PowerShell instance ) : string
GetErrorStringFrom ( PowerShell PsInstance, bool &hadErrors ) : string

메소드 상세

EnsureInstallPwScriptInvoked() 공개 메소드

public EnsureInstallPwScriptInvoked ( string extensionInstallDir ) : void
extensionInstallDir string
리턴 void

GetStringFrom() 공개 메소드

public GetStringFrom ( Collection invokeResult ) : string
invokeResult Collection
리턴 string

PowerShellInvoker() 공개 메소드

public PowerShellInvoker ( ) : Microsoft.VisualStudio.Shell
리턴 Microsoft.VisualStudio.Shell

RunPwCreateProjectScript() 공개 메소드

public RunPwCreateProjectScript ( string projectName, string destPath, string templateName, string templateSource, string templateSourceBranch, Hashtable properties ) : void
projectName string
destPath string
templateName string
templateSource string
templateSourceBranch string
properties System.Collections.Hashtable
리턴 void

WriteToOutputWindow() 공개 메소드

public WriteToOutputWindow ( string message ) : void
message string
리턴 void