ResourceManager |
IEnumerable | |
IObject |
Name | Description |
---|---|
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. |
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.
Class ResourceManager Overview
Win32Resource