C# Класс NuDeploy.Core.Services.Installation.PowerShell.PowerShellSession

Наследование: IPowerShellSession
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
ExecuteCommand ( string scriptText ) : string
ExecuteScript ( string scriptPath ) : string
PowerShellSession ( IPowerShellHost powerShellHost, IFilesystemAccessor filesystemAccessor ) : System

Приватные методы

Метод Описание
PipelineExecutorOnDataReady ( PipelineExecutor sender, ICollection data ) : void
PipelineExecutorOnErrorReady ( PipelineExecutor sender, ICollection data ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

ExecuteCommand() публичный Метод

public ExecuteCommand ( string scriptText ) : string
scriptText string
Результат string

ExecuteScript() публичный Метод

public ExecuteScript ( string scriptPath ) : string
scriptPath string
Результат string

PowerShellSession() публичный Метод

public PowerShellSession ( IPowerShellHost powerShellHost, IFilesystemAccessor filesystemAccessor ) : System
powerShellHost IPowerShellHost
filesystemAccessor IFilesystemAccessor
Результат System