Runspace.CreatePipeline
Method
Definition
Overloads
| CreatePipeline() |
Create an empty pipeline |
| CreatePipeline(String) |
Creates a pipeline for specified command string |
| CreatePipeline(String, Boolean) |
Create a pipeline from a command string. |
CreatePipeline()
Create an empty pipeline
public abstract System.Management.Automation.Runspaces.Pipeline CreatePipeline ();
Returns
An empty pipeline
CreatePipeline(String)
Creates a pipeline for specified command string
public abstract System.Management.Automation.Runspaces.Pipeline CreatePipeline (string command);
Parameters
- command
- String
A valid command string
Returns
Exceptions
command is null