SSHConnectionInfo.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 override System.Management.Automation.Runspaces.RunspaceConnectionInfo Clone();
	override this.Clone : unit -> System.Management.Automation.Runspaces.RunspaceConnectionInfo
	Public Overrides Function Clone () As RunspaceConnectionInfo
	Returns
Copy of the connection info object.