ResourceSet

ResourceSet


Stores all the resources localized for one particular culture, ignoring all other cultures.


Implements:

IEnumerable 
IObject 

Public:

Properties:

NameDescription
 LanguageID (get) Returns the Culture ID for the specific set of resources.  

Methods:

NameDescription
 CloseResourceSet Closes the resource set.  
 Equals Returns a boolean indicating if the value and this object instance are the same instance.  
 GetDefaultReader Returns the name of the type of resource reader to use with this specific ResourceSet.  
 GetDefaultWriter Returns the name of the type of resource writer to use with this specific ResourceSet  
 GetEnumerator Returns an enumerator to iterate through all resources within the resource set.  
 GetHashCode Returns a pseudo-unique number identifying this instance.  
 GetObject Returns the resource specified.  
 GetString Returns a String resource from the set.  
 ToString Returns a string representation of this object instance.  

Remarks

This can be constructed using a .RES filename, a .RES formatted Stream, or an IResourceReader object.

See Also

Project CorLib Overview

Class ResourceSet Overview

Constructors

ResourceReader

WinResourceReader

ResourceManager

Win32Resource