Rate This Content
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view

We were unable to locate this content in hi-in.

Here is the same content in en-us.

This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Resources Namespace

The System.Resources namespace provides classes and interfaces that allow developers to create, store, and manage various culture-specific resources used in an application. One of the most important classes of the System.Resources namespace is the ResourceManager class.

The ResourceManager class allows the user to access and control resources stored in the main assembly or in resource satellite assemblies. Use the GetObject and GetString methods to retrieve culture-specific objects and strings.

  ClassDescription
Public classMissingManifestResourceException The exception thrown if the main assembly does not contain the resources for the neutral culture, and they are required because of a missing appropriate satellite assembly.
Public classMissingSatelliteAssemblyException The exception that is thrown when the satellite assembly for the resources of the neutral culture is missing.
Public classNeutralResourcesLanguageAttribute Informs the ResourceManager of the neutral culture of an assembly. This class cannot be inherited.
Public classResourceManager Provides convenient access to culture-specific resources at run time.
Public classResourceReader Enumerates .resources files and streams, reading sequential resource name and value pairs.
Public classResourceSet Stores all the resources localized for one particular culture, ignoring all other cultures, including any fallback rules.
Public classResourceWriter Writes resources in the system-default format to an output file or an output stream. This class cannot be inherited.
Public classResXDataNode Represents an element in a resource file.
Public classResXFileRef Represents a link to an external resource.
Public classResXFileRef..::.Converter Provides a type converter to convert data for a ResXFileRef to and from a string.
Public classResXResourceReader Enumerates XML resource (.resx) files and streams, and reads the sequential resource name and value pairs.
Public classResXResourceSet Gathers all items that represent an XML resource (.resx) file into a single object.
Public classResXResourceWriter Writes resources in an XML resource (.resx) file or an output stream.
Public classSatelliteContractVersionAttribute Instructs the ResourceManager to ask for a particular version of a satellite assembly to simplify updates of the main assembly of an application.
  InterfaceDescription
Public interfaceIResourceReader Provides the base functionality to read data from resource files.
Public interfaceIResourceWriter Provides functionality to write resources to an output file or stream.
  EnumerationDescription
Public enumerationUltimateResourceFallbackLocation Specifies the assembly for the ResourceManager class to use to retrieve neutral resources by using the Packaging and Deploying Resources.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker