ExchangeResourceManager members
The ExchangeResourceManager class enables access to the assembly name to aid in constructing localized strings.
The ExchangeResourceManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExchangeResourceManager |
Top
Properties
Name | Description | |
---|---|---|
AssemblyName | The AssemblyName property gets the name of the assembly that contains the localization resources. | |
BaseName | The BaseName property gets the base name for the localization resources. (Overrides ResourceManager.BaseName.) |
Top
Methods
Name | Description | |
---|---|---|
GetResourceManager(String, Assembly) | The GetResourceManager method returns a ExchangeResourceManager that accesses resources specified by a given base name and assembly. | |
GetResourceManager(String, Assembly, Boolean) | ||
GetString(String) | The GetString method returns the string identified by the resource ID name. (Overrides ResourceManager.GetString(String).) | |
GetString(String, CultureInfo) | The GetString method returns a string that corresponds to a given culture and resource ID. (Overrides ResourceManager.GetString(String, CultureInfo).) |
Top