CmdletProviderManagementIntrinsics.GetAll Method

Definition

Gets all the Cmdlet Providers that are loaded.

public:
 System::Collections::Generic::IEnumerable<System::Management::Automation::ProviderInfo ^> ^ GetAll();
public System.Collections.Generic.IEnumerable<System.Management.Automation.ProviderInfo> GetAll ();
member this.GetAll : unit -> seq<System.Management.Automation.ProviderInfo>
Public Function GetAll () As IEnumerable(Of ProviderInfo)

Returns

Applies to