Pipeline.Copy Method

Definition

Creates a new Pipeline that is a copy of the current instance.

public:
 abstract System::Management::Automation::Runspaces::Pipeline ^ Copy();
public abstract System.Management.Automation.Runspaces.Pipeline Copy ();
abstract member Copy : unit -> System.Management.Automation.Runspaces.Pipeline
Public MustOverride Function Copy () As Pipeline

Returns

A new Pipeline that is a copy of this instance.

Applies to