PSModuleInfo.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.
Implements deep copy of a PSModuleInfo instance.
public:
System::Management::Automation::PSModuleInfo ^ Clone();
public System.Management.Automation.PSModuleInfo Clone ();
member this.Clone : unit -> System.Management.Automation.PSModuleInfo
Public Function Clone () As PSModuleInfo
Returns
A new PSModuleInfo instance.