CombinedResourceManager Methods

Methods

GetObject(String)
(Overrides ResourceManagerGetObject(String))
GetObject(String, CultureInfo)
(Overrides ResourceManagerGetObject(String, CultureInfo))
GetResourceFileName Generates the name of the resource file for the given CultureInfo object.
(Inherited from ResourceManager)
GetResourceSet Retrieves the resource set for a particular culture.
(Inherited from ResourceManager)
GetStream(String) Returns an unmanaged memory stream object from the specified resource.
(Inherited from ResourceManager)
GetStream(String, CultureInfo) Returns an unmanaged memory stream object from the specified resource, using the specified culture.
(Inherited from ResourceManager)
GetString(String)
(Overrides ResourceManagerGetString(String))
GetString(String, CultureInfo)
(Overrides ResourceManagerGetString(String, CultureInfo))
InternalGetResourceSet Provides the implementation for finding a resource set.
(Inherited from ResourceManager)
ReleaseAllResources Tells the resource manager to call the Close method on all ResourceSet objects and release all resources.
(Inherited from ResourceManager)

See Also