RunspaceConnectionInfo.Clone 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.
Create a copy of the connection info object.
public virtual System.Management.Automation.Runspaces.RunspaceConnectionInfo Clone();
	abstract member Clone : unit -> System.Management.Automation.Runspaces.RunspaceConnectionInfo
override this.Clone : unit -> System.Management.Automation.Runspaces.RunspaceConnectionInfo
	Public Overridable Function Clone () As RunspaceConnectionInfo
	Returns
Copy of the connection info object.