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 sealed 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). |