PowerShellStreams<TInput,TOutput> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PowerShellStreams<TInput,TOutput>() |
Default constructor. |
PowerShellStreams<TInput,TOutput>(PSDataCollection<TInput>) |
Default constructor. |
PowerShellStreams<TInput,TOutput>()
Default constructor.
public:
PowerShellStreams();
public:
PowerShellStreams();
PowerShellStreams();
public PowerShellStreams ();
Public Sub New ()
Applies to
PowerShellStreams<TInput,TOutput>(PSDataCollection<TInput>)
Default constructor.
public:
PowerShellStreams(System::Management::Automation::PSDataCollection<TInput> ^ pipelineInput);
public PowerShellStreams (System.Management.Automation.PSDataCollection<TInput> pipelineInput);
new System.Management.Automation.PowerShellStreams<'Input, 'Output> : System.Management.Automation.PSDataCollection<'Input> -> System.Management.Automation.PowerShellStreams<'Input, 'Output>
Public Sub New (pipelineInput As PSDataCollection(Of TInput))
Parameters
- pipelineInput
- PSDataCollection<TInput>