ResourceManager

ResourceManager


Provides convenient access to culture-specific resources at runtime.


Implements:

IEnumerable 
IObject 

Public:

Methods:

NameDescription
 Equals Returns a boolean indicating if the value and this object instance are the same instance.  
 GetEnumerator Returns an enumerator used to iterate through all resources for all cultures.  
 GetHashCode Returns a pseudo-unique number identifying this instance.  
 GetObject Returns a resource from the specified culture.  
 GetResourceSet Returns a set of resources for a specific culture.  
 GetString Returns a resource string for the specific culture.  
 ReleaseAllResources Releases all resources.  
 ToString Returns a string representation of this object instance.  

Remarks

A ResourceManager contains all resources for all of the cultures found using an IResourceReader object or a .RES filename.

To load the resources from multiple .RES files, use ResourceManager.CreateFileBasedResourceManager.

See Also

Project CorLib Overview

Class ResourceManager Overview

Constructors

ResourceManagerStatic

ResourceReader

WinResourceReader

IResourceReader

Win32Resource