Implemented by platform and application developers that need to store their configuration information in their own configuration store.
IConfigReader
[Visual Basic] Public Interface IConfigReader [C#] public interface IConfigReader [C++] public __gc __interface IConfigReader
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
Interceptors.NativeCatalogInterceptor | Reads and writes XML configuration files. Used internally by the configuration system. |
Reads configuration information from a configuration store.
A typical configuration read interceptor
Configuration interceptors must be declared in the MWIRING.XML file in the machine configuration directory. Refer to Interceptors.IConfigTransformer for an example.
Namespace: System.Configuration.Interceptors
Assembly: System.Configuration.dll
IConfigReader Members | System.Configuration.Interceptors Namespace