IResourceReader Interface
Provides the base functionality to read data from resource files.
Assembly: mscorlib (in mscorlib.dll)
The IResourceReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Close | Closes the resource reader after releasing any resources associated with it. |
![]() ![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() ![]() | GetEnumerator | Returns an IDictionaryEnumerator of the resources for this reader. |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() ![]() | Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() ![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
Resource readers are used to read a stream of resource files in a particular file format. Implement this interface when you need to control the way in which a resource file is read (for example, if the resouce file was written using a customized ResourceWriter). Otherwise, use the default ResourceReader or ResXResourceReader.
See Encoding and Localization for details on the default resource file format.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
