Nini Library API Reference - http://nini.sourceforge.net/

DotNetConfigSource Class

Represents a Microsoft XML .NET configuration file.

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

System.Object
   Nini.Config.ConfigSourceBase
      Nini.Config.DotNetConfigSource

public class DotNetConfigSource : ConfigSourceBase

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.

Remarks

.NET configuration section names are element nodes they cannot contain certain characters such as whitespace.

Requirements

Namespace: Nini.Config

Assembly: Nini (in Nini.dll)

See Also

DotNetConfigSource Members | Nini.Config Namespace