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, |
||
InvokePipeToOutput ( System.Management.Automation.CommandInfo commandInfo, |
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 |
public GetCommand ( string command, CommandTypes commandTypes ) : System.Management.Automation.CommandInfo | ||
command | string | |
commandTypes | CommandTypes | |
return | System.Management.Automation.CommandInfo |
public InvokeCaptureOutput ( System.Management.Automation.CommandInfo commandInfo, |
||
commandInfo | System.Management.Automation.CommandInfo | |
args | ||
return | IEnumerable |
public InvokePipeToOutput ( System.Management.Automation.CommandInfo commandInfo, |
||
commandInfo | System.Management.Automation.CommandInfo | |
args | ||
pipelineResultTypes | PipelineResultTypes | |
return | void |