CmdletProviderManagementIntrinsics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |