Winter IoC Container

XmlComponentsConfig Class

Extension of ComponentsConfig that supports configuration section handler (so you may place configuration in the app.config or web.config)

For a list of all members of this type, see XmlComponentsConfig Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         NI.Winter.ComponentsConfig
            NI.Winter.XmlComponentsConfig

[DefaultMember(MemberName="Item")]
[DesignerCategory(Category="Component")]
public class XmlComponentsConfig : ComponentsConfig, IConfigurationSectionHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

<configSections>
    <section name="components" type="NI.Winter.XmlComponentsConfig, NI.Winter" />
</configSections>
<components>
    <!-- components definitions -->
</components>

Requirements

Namespace: NI.Winter

Assembly: NI.Winter (in NI.Winter.dll)

See Also

XmlComponentsConfig Members | NI.Winter Namespace