CorLib  

ResourceManager

ResourceManager overview

Implements:

IEnumerable 
IObject 

Public:

Methods:
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.  

See Also