IConfigSystem public interface IConfigSystem Defines an interface used by .NET to support the initialization of configuration properties. Documentation Code IInternalConfigHost Host { get; } Gets the configuration host. IInternalConfigRoot Root { get; } Gets the root of the configuration hierarchy. void Init(Type typeConfigHost, object[] hostInitParams) Initializes a configuration object.