Pipeline.Copy Method
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.
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.