IConfigurationManagerHelper
Defines an interface used by .NET to support configuration management.
namespace System.Configuration.Internal
{
public interface IConfigurationManagerHelper
{
void EnsureNetConfigLoaded();
}
}