WinResourceReader |
IEnumerable | |
IObject | |
IResourceReader |
Name | Description |
---|---|
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. |
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.
Class WinResourceReader Overview
Win32Resource