CmdletProviderManagementIntrinsics Class

Definition

Exposes the APIs to manage the Cmdlet Providers the Cmdlet base class. The methods of this class get and set provider data in session state.

public ref class CmdletProviderManagementIntrinsics sealed
public sealed class CmdletProviderManagementIntrinsics
type CmdletProviderManagementIntrinsics = class
Public NotInheritable Class CmdletProviderManagementIntrinsics
Inheritance
CmdletProviderManagementIntrinsics

Methods

Get(String)

Gets the specified provider(s).

GetAll()

Gets all the Cmdlet Providers that are loaded.

GetOne(String)

Gets the specified provider(s).

Applies to