C# Class T4Scaffolding.Core.CommandInvokers.DefaultPowershellCommandInvoker

Inheritance: IPowershellCommandInvoker
ファイルを表示 Open project: processedbeets/ASP.NET-MVC-Scaffolding

Public Methods

Method Description
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

Method Details

DefaultPowershellCommandInvoker() public method

public DefaultPowershellCommandInvoker ( System.Management.Automation.CommandInvocationIntrinsics invokeCommand, System.Management.Automation.InvocationInfo myInvocation ) : System
invokeCommand System.Management.Automation.CommandInvocationIntrinsics
myInvocation System.Management.Automation.InvocationInfo
return System

GetCommand() public method

public GetCommand ( string command, CommandTypes commandTypes ) : System.Management.Automation.CommandInfo
command string
commandTypes CommandTypes
return System.Management.Automation.CommandInfo

InvokeCaptureOutput() public method

public InvokeCaptureOutput ( System.Management.Automation.CommandInfo commandInfo, Hashtable args ) : IEnumerable
commandInfo System.Management.Automation.CommandInfo
args System.Collections.Hashtable
return IEnumerable

InvokePipeToOutput() public method

public InvokePipeToOutput ( System.Management.Automation.CommandInfo commandInfo, Hashtable args, PipelineResultTypes pipelineResultTypes ) : void
commandInfo System.Management.Automation.CommandInfo
args System.Collections.Hashtable
pipelineResultTypes PipelineResultTypes
return void