C# Класс T4Scaffolding.Core.CommandInvokers.DefaultPowershellCommandInvoker

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

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

Метод Описание
DefaultPowershellCommandInvoker ( System.Management.Automation.CommandInvocationIntrinsics invokeCommand, System.Management.Automation.InvocationInfo myInvocation ) : System
GetCommand ( string command, CommandTypes commandTypes ) : System.Management.Automation.CommandInfo
InvokeCaptureOutput ( System.Management.Automation.CommandInfo commandInfo, Hashtable args ) : IEnumerable
InvokePipeToOutput ( System.Management.Automation.CommandInfo commandInfo, Hashtable args, PipelineResultTypes pipelineResultTypes ) : void

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

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

public DefaultPowershellCommandInvoker ( System.Management.Automation.CommandInvocationIntrinsics invokeCommand, System.Management.Automation.InvocationInfo myInvocation ) : System
invokeCommand System.Management.Automation.CommandInvocationIntrinsics
myInvocation System.Management.Automation.InvocationInfo
Результат System

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

public GetCommand ( string command, CommandTypes commandTypes ) : System.Management.Automation.CommandInfo
command string
commandTypes CommandTypes
Результат System.Management.Automation.CommandInfo

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

public InvokeCaptureOutput ( System.Management.Automation.CommandInfo commandInfo, Hashtable args ) : IEnumerable
commandInfo System.Management.Automation.CommandInfo
args System.Collections.Hashtable
Результат IEnumerable

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

public InvokePipeToOutput ( System.Management.Automation.CommandInfo commandInfo, Hashtable args, PipelineResultTypes pipelineResultTypes ) : void
commandInfo System.Management.Automation.CommandInfo
args System.Collections.Hashtable
pipelineResultTypes PipelineResultTypes
Результат void