CombinedResourceManager Class

Definition

Namespace: MFiles.VAF.Configuration.Resources
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class CombinedResourceManager : ResourceManager
Inheritance
Object    ResourceManager    CombinedResourceManager

Constructors

Properties

BaseName Gets the root name of the resource files that the ResourceManager searches for resources.
(Inherited from ResourceManager)
FallbackLocation Gets or sets the location from which to retrieve default fallback resources.
(Inherited from ResourceManager)
IgnoreCase Gets or sets a value that indicates whether the resource manager allows case-insensitive resource lookups in the GetString(String) and GetObject(String) methods.
(Inherited from ResourceManager)
ResourceManagers  
ResourceSetType Gets the type of the resource set object that the resource manager uses to construct a ResourceSet object.
(Inherited from ResourceManager)

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)

Fields

BaseNameField Specifies the root name of the resource files that the ResourceManager searches for resources.
(Inherited from ResourceManager)
MainAssembly Specifies the main assembly that contains the resources.
(Inherited from ResourceManager)
ResourceSets Contains a Hashtable that returns a mapping from cultures to ResourceSet objects.
(Inherited from ResourceManager)

See Also