C# 클래스 T4Scaffolding.Core.CommandInvokers.DefaultPowershellCommandInvoker

상속: IPowershellCommandInvoker
파일 보기 프로젝트 열기: processedbeets/ASP.NET-MVC-Scaffolding

공개 메소드들

메소드 설명
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