C# Class NuGet.AdvancedPackagingTool.Core.PowerShellConsole

Inheritance: IShellConsole
Exibir arquivo Open project: alexfalkowski/NuGet.AdvancedPackagingTool Class Usage Examples

Public Methods

Method Description
PowerShellConsole ( IPackage package, IProcess process, IFileSystem fileSystem, IPackageFile packageFile ) : System
Start ( string installationPath, string configurationPath ) : ProcessExitInfo

Method Details

PowerShellConsole() public method

public PowerShellConsole ( IPackage package, IProcess process, IFileSystem fileSystem, IPackageFile packageFile ) : System
package IPackage
process IProcess
fileSystem IFileSystem
packageFile IPackageFile
return System

Start() public method

public Start ( string installationPath, string configurationPath ) : ProcessExitInfo
installationPath string
configurationPath string
return ProcessExitInfo