Interface IConfigurationRoot
- Namespace
- Acuit.Pinpoint.Configuration
- Assembly
- Acuit.Pinpoint.Configuration.dll
Represents the root of an IConfiguration hierarchy.
public interface IConfigurationRoot : IConfiguration
- Inherited Members
- Extension Methods
Remarks
This configuration system is modeled after the ASP.NET Core configuration system.
Properties
Providers
The IConfigurationProviders for this configuration.
IEnumerable<IConfigurationProvider> Providers { get; }
Property Value
Methods
Reload()
Force the configuration values to be reloaded from the underlying IConfigurationProviders.
void Reload()