CmdletProviderAttribute Class

Definition

Declares a class as a Cmdlet provider.

public ref class CmdletProviderAttribute sealed : Attribute
Inheritance
CmdletProviderAttribute
Attributes

Remarks

The class must be derived from System.Management.Automation.Provider.CmdletProvider to be recognized by the runspace.

Constructors

Properties

ProviderCapabilities

Gets the flags that represent the capabilities of the provider.

ProviderName

Gets the name of the provider.

Applies to