ResourceSet Class |
Namespace: System.Resources
[SerializableAttribute] public class ResourceSet : IDisposable, IEnumerable
The ResourceSet type exposes the following members.
Name | Description | |
---|---|---|
Close | Closes and releases any resources used by this ResourceSet. | |
Dispose | Disposes of the resources (other than memory) used by the current instance of ResourceSet. | |
Dispose(Boolean) | Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested. | |
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObject(String) | Searches for a resource object with the specified name. | |
GetObject(String, Boolean) | Searches for a resource object with the specified name in a case-insensitive manner, if requested. | |
GetString(String) | Searches for a String resource with the specified name. | |
GetString(String, Boolean) | Searches for a String resource with the specified name in a case-insensitive manner, if requested. | |
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 | |
---|---|---|
Reader | Indicates the IResourceReader used to read the resources. | |
Table | The Hashtable in which the resources are stored. |