PSMethod.Copy Method

Definition

Returns a new PSMemberInfo that is a copy of this PSMemberInfo.

public:
 override System::Management::Automation::PSMemberInfo ^ Copy();
public override System.Management.Automation.PSMemberInfo Copy ();
override this.Copy : unit -> System.Management.Automation.PSMemberInfo
Public Overrides Function Copy () As PSMemberInfo

Returns

A new PSMemberInfo that is a copy of this PSMemberInfo.

Applies to