The members of System.Resources.ResourceSet are listed below.
See Also: Inherited members from System.Object
Creates a new instance of the System.Resources.ResourceSet class using the system default System.Resources.ResourceReader that reads resources from the given stream. | ||
Creates a new instance of the System.Resources.ResourceSet class using the specified resource reader. | ||
Creates a new instance of the System.Resources.ResourceSet class using the system default System.Resources.ResourceReader that opens and reads resources from the given file. |
Initializes a new instance of the System.Resources.ResourceSet class with default properties. |
Reader | IResourceReader.
Indicates the System.Resources.IResourceReader used to read the resources. | |
Table | Hashtable.
The Hashtable in which the resources are stored. |
Close()
| ||
Dispose()
| ||
GetDefaultReader()
| ||
GetDefaultWriter()
| ||
GetEnumerator()
| ||
GetObject(string)
| ||
GetObject(string, bool)
| ||
GetString(string)
| ||
GetString(string, bool)
|
Dispose(bool)
| ||
ReadResources()
|
IEnumerable.GetEnumerator |
Returns an IEnumerator object to avoid a race condition with Dispose. This member is not intended to be used directly from your code. |