C# Class PecanWaffle.PowerShellInvoker

Afficher le fichier Open project: ligershark/pecan-waffle

Private Properties

Свойство Type Description
GetErrorStringFrom string
GetErrorStringFrom string

Méthodes publiques

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

Private Methods

Méthode Description
GetErrorStringFrom ( PowerShell instance ) : string
GetErrorStringFrom ( PowerShell PsInstance, bool &hadErrors ) : string

Method Details

EnsureInstallPwScriptInvoked() public méthode

public EnsureInstallPwScriptInvoked ( string extensionInstallDir ) : void
extensionInstallDir string
Résultat void

GetStringFrom() public méthode

public GetStringFrom ( Collection invokeResult ) : string
invokeResult Collection
Résultat string

PowerShellInvoker() public méthode

public PowerShellInvoker ( ) : Microsoft.VisualStudio.Shell
Résultat Microsoft.VisualStudio.Shell

RunPwCreateProjectScript() public méthode

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
Résultat void

WriteToOutputWindow() public méthode

public WriteToOutputWindow ( string message ) : void
message string
Résultat void