PowerShellStreams<TInput,TOutput> Constructors

Definition

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>

Applies to