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.
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. |
[To be supplied.]
Namespace: System.Resources
Assembly: mscorlib.dll