Compartir a través de


ExchangeResourceManager Members

Include Protected Members
Include Inherited Members

The ExchangeResourceManager class enables access to the assembly name to aid in constructing localized strings.

The ExchangeResourceManager type exposes the following members.

Properties

  Name Description
Public property AssemblyName The AssemblyName property gets the name of the assembly that contains the localization resources.
Public property BaseName The BaseName property gets the base name for the localization resources. (Overrides ResourceManager.BaseName.)
Protected property FallbackLocation (Inherited from ResourceManager.)
Public property IgnoreCase (Inherited from ResourceManager.)
Public property ResourceSetType (Inherited from ResourceManager.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObject(String) (Inherited from ResourceManager.)
Public method GetObject(String, CultureInfo) (Inherited from ResourceManager.)
Protected method GetResourceFileName (Inherited from ResourceManager.)
Public methodStatic member GetResourceManager The GetResourceManager method returns a ExchangeResourceManager that accesses resources specified by a given base name and assembly.
Public method GetResourceSet (Inherited from ResourceManager.)
Public method GetStream(String) (Inherited from ResourceManager.)
Public method GetStream(String, CultureInfo) (Inherited from ResourceManager.)
Public method GetString(String) The GetString method returns the string identified by the resource ID name. (Overrides ResourceManager.GetString(String).)
Public method GetString(String, CultureInfo) The GetString method returns a string that corresponds to a given culture and resource ID. (Overrides ResourceManager.GetString(String, CultureInfo).)
Public method GetType (Inherited from Object.)
Protected method InternalGetResourceSet (Inherited from ResourceManager.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReleaseAllResources (Inherited from ResourceManager.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field BaseNameField (Inherited from ResourceManager.)
Protected field MainAssembly (Inherited from ResourceManager.)
Protected field ResourceSets (Inherited from ResourceManager.)

Top