Click or drag to resize

ConfigurationExtensions Class

Extension methods for working with IConfiguration.
Inheritance Hierarchy
SystemObject
  Autofac.Configuration.CoreConfigurationExtensions

Namespace:  Autofac.Configuration.Core
Assembly:  Autofac.Configuration (in Autofac.Configuration.dll) Version: 6.0.0+ec1c6438ceb3f3338c7364e35e7303f014e3fc39
Syntax
public static class ConfigurationExtensions

The ConfigurationExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDefaultAssembly
Reads the default assembly information from configuration and parses the assembly name into an assembly.
Public methodStatic memberGetAssembly
Reads an assembly name from configuration and parses the assembly name into an assembly.
Public methodStatic memberGetParameters
Converts configured parameter values into parameters that can be used during object resolution.
Public methodStatic memberGetProperties
Converts configured property values into parameters that can be used during object resolution.
Public methodStatic memberGetType
Loads a type by name.
Top
See Also