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!

IResourceReader Interface

This interface is implemented by resource readers to read data from resource files. Resource readers are used to read a stream of ".resources" files in the system default binary file format. See the TBD for details on the default resource file format.

IResourceReader

[Visual Basic]
Public Interface IResourceReader
   Implements IEnumerable
[C#]
public interface IResourceReader : IEnumerable
[C++]
public __gc __interface IResourceReader : public IEnumerable

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IResourceReader

Class Description
ResourceReader Provides a default implementation of the IResourceReader interface and implements a resource reader. Resource readers are used to read resource name and resource value pairs from ".resources" files. These methods are used to advance to the next resource and read the name and value of each resource in the ".resources" file. This class can be used to enumerate the resources only one time.

Remarks

[To be supplied.]

Requirements

Namespace: System.Resources

Assembly: mscorlib.dll

See Also

IResourceReader Members | System.Resources Namespace