ProviderConfigurationEntry(String, Type, String) Constructor
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.
Initiate an instance for provider configuration entry.
public:
ProviderConfigurationEntry(System::String ^ name, Type ^ implementingType, System::String ^ helpFileName);
public:
ProviderConfigurationEntry(Platform::String ^ name, Platform::Type ^ implementingType, Platform::String ^ helpFileName);
public ProviderConfigurationEntry (string name, Type implementingType, string helpFileName);
new System.Management.Automation.Runspaces.ProviderConfigurationEntry : string * Type * string -> System.Management.Automation.Runspaces.ProviderConfigurationEntry
Public Sub New (name As String, implementingType As Type, helpFileName As String)
Parameters
- name
- String
Name of the provider configuration entry
- implementingType
- Type
Class that include implementation of the provider
- helpFileName
- String
Name of the help file that include help information for the provider