Configuration public static class Configuration Documentation Code public static ConfigurationInstaller FromAppConfig() Installs all the components from the App.Config file. public static ConfigurationInstaller FromXml(IResource resource) Installs all the component from the xml configuration. public static ConfigurationInstaller FromXmlFile(string file) Installs all the component from the xml configuration file.