IResourceReader

IResourceReader


Provides a standard interface for resource readers


Public:

Methods:

NameDescription
 CloseReader Closes the resource reader.  
 GetEnumerator Returns an enumerator used to enumerate a resource.  

Remarks

Implement this interface to allow multiple resource reader types to be shared to read different resources.

See Also

Project CorLib Overview

Class IResourceReader Overview