NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigReader Interface

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.

Classes that Implement IConfigReader

Class Description
Interceptors.NativeCatalogInterceptor Reads and writes XML configuration files. Used internally by the configuration system.

Remarks

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.

Requirements

Namespace: System.Configuration.Interceptors

Assembly: System.Configuration.dll

See Also

IConfigReader Members | System.Configuration.Interceptors Namespace