ProviderConfigurationEntry(String, Type, String) Constructor

Definition

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

Applies to