C# Class NuGet.AdvancedPackagingTool.Core.PowerShellConsole

Inheritance: IShellConsole
Afficher le fichier Open project: alexfalkowski/NuGet.AdvancedPackagingTool Class Usage Examples

Méthodes publiques

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

Method Details

PowerShellConsole() public méthode

public PowerShellConsole ( IPackage package, IProcess process, IFileSystem fileSystem, IPackageFile packageFile ) : System
package IPackage
process IProcess
fileSystem IFileSystem
packageFile IPackageFile
Résultat System

Start() public méthode

public Start ( string installationPath, string configurationPath ) : ProcessExitInfo
installationPath string
configurationPath string
Résultat ProcessExitInfo