System.Resources.ResourceManager: Method Members

The methods of System.Resources.ResourceManager are listed below. For a list of all members, see the ResourceManager Members list.

See Also: Inherited members from System.Object

Public Methods

static
CreateFileBasedResourceManager(string, string, Type) : ResourceManager

Returns a System.Resources.ResourceManager object that searches a specific directory instead of an assembly manifest for resources.

GetObject(string) : object

Returns the value of the specified non-string resource.

GetObject(string, System.Globalization.CultureInfo) : object

Gets the value of the specified non-string resource localized for the specified culture.

GetResourceSet(System.Globalization.CultureInfo, bool, bool) : ResourceSet

Retrieves the resource set for a particular culture.

GetStream(string) : System.IO.UnmanagedMemoryStream

Returns an unmanaged memory stream object from the specified resource.

GetStream(string, System.Globalization.CultureInfo) : System.IO.UnmanagedMemoryStream

Returns an unmanaged memory stream object from the specified resource, using the specified culture.

GetString(string) : string

Returns the value of the specified string resource.

GetString(string, System.Globalization.CultureInfo) : string

Returns the value of the string resource localized for the specified culture.

ReleaseAllResources()

Tells the resource manager to call the ResourceSet.Close method on all System.Resources.ResourceSet objects and release all resources.

Protected Methods

static
GetNeutralResourcesLanguage(System.Reflection.Assembly) : System.Globalization.CultureInfo

Returns culture-specific information for the main assembly's default resources by retrieving the value of the System.Resources.NeutralResourcesLanguageAttribute attribute on a specified assembly.

GetResourceFileName(System.Globalization.CultureInfo) : string

Generates the name of the resource file for the given System.Globalization.CultureInfo object.

static
GetSatelliteContractVersion(System.Reflection.Assembly) : Version

Returns the version specified by the System.Resources.SatelliteContractVersionAttribute attribute in the given assembly.

InternalGetResourceSet(System.Globalization.CultureInfo, bool, bool) : ResourceSet

Provides the implementation for finding a resource set.