PSObject.Methods Property

Definition

Gets the Method collection, or the members that are actually methods.

public:
 property System::Management::Automation::PSMemberInfoCollection<System::Management::Automation::PSMethodInfo ^> ^ Methods { System::Management::Automation::PSMemberInfoCollection<System::Management::Automation::PSMethodInfo ^> ^ get(); };
public System.Management.Automation.PSMemberInfoCollection<System.Management.Automation.PSMethodInfo> Methods { get; }
member this.Methods : System.Management.Automation.PSMemberInfoCollection<System.Management.Automation.PSMethodInfo>
Public ReadOnly Property Methods As PSMemberInfoCollection(Of PSMethodInfo)

Property Value

Applies to