ProviderInfo
Class
Definition
Information about a loaded Cmdlet Provider
public class ProviderInfo
- Inheritance
-
ProviderInfo
Remarks
A cmdlet provider may want to derive from this class to provide their own public members to expose to the user or to cache information related to the provider.
Constructors
| ProviderInfo(ProviderInfo) |
Constructs an instance of the class using an existing reference as a template. |
Properties
| Capabilities |
Gets the capabilies that are implemented by the provider. |
| Description |
Gets or sets the description for the provider |
| Drives |
Gets an enumeration of drives that are available for this provider. |
| HelpFile |
Gets the help file path for the provider. |
| Home |
Gets or sets the home for the provider. |
| ImplementingType |
Gets the System.Type of the class that implements the provider. |
| Module |
Gets the module the defined this provider. |
| ModuleName |
Get the name of the module exporting this provider. |
| Name |
Gets the name of the provider. |
| PSSnapIn |
Gets the Snap-in in which the provider is implemented. |
Methods
| ToString() |
Gets the string representation of the instance which is the name of the provider. |