C# Class T4Scaffolding.Core.CommandInvokers.DefaultPowershellCommandInvoker

Inheritance: IPowershellCommandInvoker
Afficher le fichier Open project: processedbeets/ASP.NET-MVC-Scaffolding

Méthodes publiques

Méthode 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 méthode

public DefaultPowershellCommandInvoker ( System.Management.Automation.CommandInvocationIntrinsics invokeCommand, System.Management.Automation.InvocationInfo myInvocation ) : System
invokeCommand System.Management.Automation.CommandInvocationIntrinsics
myInvocation System.Management.Automation.InvocationInfo
Résultat System

GetCommand() public méthode

public GetCommand ( string command, CommandTypes commandTypes ) : System.Management.Automation.CommandInfo
command string
commandTypes CommandTypes
Résultat System.Management.Automation.CommandInfo

InvokeCaptureOutput() public méthode

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

InvokePipeToOutput() public méthode

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