IInternalConfigSettingsFactory Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines an interface used by the configuration system to set the ConfigurationSettings class.

Namespace:   System.Configuration.Internal
Assembly:  System.Configuration (in System.Configuration.dll)

[ComVisibleAttribute(false)]
public interface class IInternalConfigSettingsFactory

NameDescription
System_CAPS_pubmethodCompleteInit()

This API supports the product infrastructure and is not intended to be used directly from your code. Indicates that initialization of the configuration system has completed.

System_CAPS_pubmethodSetConfigurationSystem(IInternalConfigSystem^, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Provides hierarchical configuration settings and extensions specific to ASP.NET to the configuration system.

.NET Framework
Available since 2.0
Return to top
Show: