| ResourceManager Class |
Namespace: System.Resources
[SerializableAttribute] public class ResourceManager
The ResourceManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObject(String) | Returns the value of the specified non-string resource. | |
| GetObject(String, CultureInfo) | Gets the value of the specified non-string resource localized for the specified culture. | |
| GetResourceSet | Gets the ResourceSet for a particular culture. | |
| GetStream(String) | Returns an unmanaged memory stream object from the specified resource. | |
| GetStream(String, CultureInfo) | Returns an unmanaged memory stream object from the specified resource, using the specified culture. | |
| GetString(String) | Returns the value of the specified string resource. | |
| GetString(String, CultureInfo) | Returns the value of the string resource localized for the specified culture. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BaseNameField | Indicates the root name of the resource files that the ResourceManager searches for resources. | |
| HeaderVersionNumber | A constant readonly value indicating the version of resource file headers that the current implementation of ResourceManager can interpret and produce. | |
| MagicNumber | Holds the number used to identify resource files. | |
| MainAssembly | Indicates the main Assembly that contains the resources. | |
| ResourceSets | Contains a Hashtable that returns a mapping from cultures to ResourceSet objects. |