The members of System.Resources.ResourceManager are listed below.
See Also: Inherited members from System.Object
![]() Initializes a new instance of the System.Resources.ResourceManager class that looks up resources in satellite assemblies based on information from the specified type object. | ||
![]() Initializes a new instance of the System.Resources.ResourceManager class that looks up resources contained in files with the specified root name in the given assembly. | ||
![]() Initializes a new instance of the System.Resources.ResourceManager class that uses a specified System.Resources.ResourceSet class to look up resources contained in files with the specified root name in the given assembly. |
![]() Initializes a new instance of the System.Resources.ResourceManager class with default values. |
static readonly | HeaderVersionNumber | int (1).
![]() Specifies the version of resource file headers that the current implementation of System.Resources.ResourceManager can interpret and produce. |
static readonly | MagicNumber | int (-1091581234).
![]() Holds the number used to identify resource files. |
BaseNameField | string.
![]() Specifies the root name of the resource files that the System.Resources.ResourceManager searches for resources. | |
MainAssembly | System.Reflection.Assembly.
![]() Specifies the main assembly that contains the resources. | |
ResourceSets | Hashtable.
![]() Contains a Hashtable that returns a mapping from cultures to System.Resources.ResourceSet objects. |
[read-only] | BaseName | string.
![]() Gets the root name of the resource files that the System.Resources.ResourceManager searches for resources. |
IgnoreCase | bool.
![]() Gets or sets a value that indicates whether the resource manager allows case-insensitive resource lookups in the ResourceManager.GetString(string) and ResourceManager.GetObject(string) methods. | |
[read-only] | ResourceSetType | Type.
![]() Gets the type of the resource set object that the resource manager uses to construct a System.Resources.ResourceSet object. |
FallbackLocation | UltimateResourceFallbackLocation.
![]() Gets or sets the location from which to retrieve default fallback resources. |
static | CreateFileBasedResourceManager(string, string, Type)
| |
GetObject(string)
| ||
GetObject(string, System.Globalization.CultureInfo)
| ||
GetResourceSet(System.Globalization.CultureInfo, bool, bool)
| ||
GetStream(string)
| ||
GetStream(string, System.Globalization.CultureInfo)
| ||
GetString(string)
| ||
GetString(string, System.Globalization.CultureInfo)
| ||
ReleaseAllResources()
|
static | GetNeutralResourcesLanguage(System.Reflection.Assembly)
| |
GetResourceFileName(System.Globalization.CultureInfo)
| ||
static | GetSatelliteContractVersion(System.Reflection.Assembly)
| |
InternalGetResourceSet(System.Globalization.CultureInfo, bool, bool)
|