PSMemberInfo.Copy Method

Definition

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

public:
 abstract System::Management::Automation::PSMemberInfo ^ Copy();
public abstract System.Management.Automation.PSMemberInfo Copy ();
abstract member Copy : unit -> System.Management.Automation.PSMemberInfo
Public MustOverride Function Copy () As PSMemberInfo

Returns

A new PSMemberInfo that is a copy of this PSMemberInfo.

Applies to