System.Web.Configuration.ProvidersHelper.InstantiateProviders Method

Initializes a collection of providers of the given type using the supplied settings.

Syntax

public static void InstantiateProviders (System.Configuration.ProviderSettingsCollection configProviders, System.Configuration.Provider.ProviderCollection providers, Type providerType)

Parameters

configProviders
A collection of settings to be passed to the provider upon initialization.
providers
The collection used to contain the initialized providers after the method returns.
providerType
The Type of the providers to be initialized.

Remarks

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0