PowerShell.GetSteppablePipeline Method

Definition

Get a steppable pipeline object.

public System.Management.Automation.SteppablePipeline GetSteppablePipeline ();
member this.GetSteppablePipeline : unit -> System.Management.Automation.SteppablePipeline
Public Function GetSteppablePipeline () As SteppablePipeline

Returns

A steppable pipeline object.

Exceptions

An attempt was made to use the scriptblock outside of the engine.

Applies to