Table of Contents

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

IEnumerable<IConfigurationProvider>

Methods

Reload()

Force the configuration values to be reloaded from the underlying IConfigurationProviders.

void Reload()