WinResourceReader

WinResourceReader


A class that reads resources out of EXE and DLL files.


Implements:

IEnumerable 
IObject 
IResourceReader 

Public:

Methods:

NameDescription
 AddDecoder Adds additional resource decoders to interpret binary data that is unknown to the ResourceReader.  
 CloseReader Closes the reader  
 Equals Returns a boolean indicating if the value and this object instance are the same instance.  
 GetEnumerator Returns an IDictionaryEnumerator object.  
 GetHashCode Returns a pseudo-unique number identifying this instance.  
 ToString Returns a string representation of this object instance.  

Remarks

Use this class to iterate the resources within an EXE or DLL file.

The only resource types recognized are Strings, Bitmaps, Icons and Cursors. All other resource types are maintained as byte arrays.

Pass this object into the ResourceManager constructor to retrieve specific resources based on ID, Type, and Culture. Or, pass this object into a ResourceSet to retrieve resources for a specific culture.

See Also

Project CorLib Overview

Class WinResourceReader Overview

Constructors

ResourceManager

ResourceSet

ResourceReader

IResourceReader

Win32Resource