System.Resources.IResourceReader

Provides the base functionality for reading data from resource files.

See Also: IResourceReader Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface IResourceReader : IEnumerable, IDisposable

Remarks

Resource readers are used to read a stream of data from resource files in a particular format. Implement this interface when you want to control the way in which a resource file is read (for example, if the resource file was written by using a customized System.Resources.ResourceWriter) or if you are using a non-standard format or file type for storing resources. Otherwise, use the default System.Resources.ResourceReader class, which reads resource information from binary .resources files, or the System.Resources.ResXResourceReader class, which reads resource information from XML resource (.resx) files.

Requirements

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0