C# Class NuDeploy.Core.Services.Installation.PowerShell.PowerShellExecutor

Inheritance: IPowerShellExecutor
显示文件 Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
ExecuteScript ( string scriptPath ) : IServiceResult
PowerShellExecutor ( IPowerShellSessionFactory powerShellSessionFactory ) : System

Method Details

ExecuteScript() public method

public ExecuteScript ( string scriptPath ) : IServiceResult
scriptPath string
return IServiceResult

PowerShellExecutor() public method

public PowerShellExecutor ( IPowerShellSessionFactory powerShellSessionFactory ) : System
powerShellSessionFactory IPowerShellSessionFactory
return System